diff --git a/README.md b/README.md index 302c468..55b4cd5 100644 --- a/README.md +++ b/README.md @@ -3,6 +3,13 @@ # Nut Mark Nut Mark is a browser extension to help you collect bookmarks more easily. +[![Install in Chrome](./public/install-in-chrome.svg)](#) +[![Install in Edge](./public/install-in-edge.svg)](#) + +:bulb: check out the [Introduction Page](https://nutmark.benbinbin.com/) for more information. + +:clapper: check out the [Youtube Playlist](https://www.youtube.com/playlist?list=PLqLRbo_6ezAH4dX-RJxExHDVa956wKvTT) to see the DEMO. + ## Why call "Nut Mark" I like to collect and organize bookmarks like a squirrel hoards nuts, so I build this browser extension and call it "Nut Mark". @@ -14,4 +21,14 @@ Nut Mark focus on collecting bookmarks with the following features to make the p :sparkles: Navigate freely through the directory tree -:sparkles: Quick search to find the directory to hold the bookmark \ No newline at end of file +:sparkles: Quick search to find the directory to hold the bookmark + +## Screenshot + +![Nut Mark Popup Page Screenshot](./public/screenshot.png) + +## License +[MIT](https://github.com/Benbinbin/NutMark/blob/main/LICENSE) + +## Feedback +If you have any problem or suggestion about this project, feel free to open an [issue](https://github.com/Benbinbin/NutMark/issues/new) in Github or contact with me by email [benthomsonbin@gmail.com](benthomsonbin@gmail.com) \ No newline at end of file diff --git a/_locales/en/messages.json b/_locales/en/messages.json index c92658b..ac7c847 100644 --- a/_locales/en/messages.json +++ b/_locales/en/messages.json @@ -1,4 +1,7 @@ { + "extension_description": { + "message": "Nut Mark make bookmarking a breeze" + }, "popup_header_show_similar_bookmarks_btn_title": { "message": "click the button to show the similar bookmarks list" }, diff --git a/_locales/zh_CN/messages.json b/_locales/zh_CN/messages.json index a4b8266..c1a10e6 100644 --- a/_locales/zh_CN/messages.json +++ b/_locales/zh_CN/messages.json @@ -1,4 +1,7 @@ { + "extension_description": { + "message": "Nut Mark 让收藏书签变得更轻松" + }, "popup_header_show_similar_bookmarks_btn_title": { "message": "点击按钮显示相似书签列表" }, diff --git a/manifest.json b/manifest.json index 84eaca2..adfd835 100644 --- a/manifest.json +++ b/manifest.json @@ -2,7 +2,7 @@ "manifest_version": 3, "name": "Nut Mark", "version": "1.0.0", - "description": "Nut Mark is a browser extension to help you collect bookmarks more easily.", + "description": "__MSG_extension_description__", "permissions": [ "bookmarks", "tabs", diff --git a/public/install-in-chrome.png b/public/install-in-chrome.png new file mode 100644 index 0000000..662d7e4 Binary files /dev/null and b/public/install-in-chrome.png differ diff --git a/public/install-in-chrome.svg b/public/install-in-chrome.svg new file mode 100644 index 0000000..09c97b6 --- /dev/null +++ b/public/install-in-chrome.svg @@ -0,0 +1,23 @@ + + + + + + + + + + + + + + + + + + + + + + + diff --git a/public/install-in-edge.png b/public/install-in-edge.png new file mode 100644 index 0000000..1c5fba1 Binary files /dev/null and b/public/install-in-edge.png differ diff --git a/public/install-in-edge.svg b/public/install-in-edge.svg new file mode 100644 index 0000000..eaae76c --- /dev/null +++ b/public/install-in-edge.svg @@ -0,0 +1,48 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/public/screenshot.png b/public/screenshot.png new file mode 100644 index 0000000..3e573b4 Binary files /dev/null and b/public/screenshot.png differ