diff --git a/README.md b/README.md index 7d96191..e3097b3 100644 --- a/README.md +++ b/README.md @@ -2,8 +2,16 @@ -

bookmark.style

+

+ + bookmark.style + +


+

+ + +

🪄 Turn any link into a stylish visual web bookmark, one-click to copy the beautiful web bookmark image.

@@ -27,6 +35,10 @@ This web app is built on top of [metafy](https://github.com/xiaoluoboding/metafy * 📷 Toggle the QRCode on the bookmark * 🌛 Dark mode support +## Chrome web extension for bookmark.style + +[Go to chrome web store](https://chrome.google.com/webstore/detail/web-visual-bookmark/jcfidgjldodhkpiebmemhnhgpgdakham/) + ## Usage ### Install diff --git a/package.json b/package.json index 36b476b..7829333 100644 --- a/package.json +++ b/package.json @@ -3,6 +3,7 @@ "displayName": "Bookmark Style", "description": "🪄 Turn any link into a stylish web visual bookmark, one-click to copy the beautiful web bookmark image.", "private": false, + "version": "0.1.0", "scripts": { "dev": "nuxi dev --port 3099", "build": "nuxi build",