Skip to content

Commit

Permalink
📝 update README
Browse files Browse the repository at this point in the history
  • Loading branch information
Benbinbin committed May 4, 2023
1 parent a06322f commit 1ec38be
Show file tree
Hide file tree
Showing 9 changed files with 96 additions and 2 deletions.
19 changes: 18 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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".

Expand All @@ -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
: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 [[email protected]]([email protected])
3 changes: 3 additions & 0 deletions _locales/en/messages.json
Original file line number Diff line number Diff line change
@@ -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"
},
Expand Down
3 changes: 3 additions & 0 deletions _locales/zh_CN/messages.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
{
"extension_description": {
"message": "Nut Mark 让收藏书签变得更轻松"
},
"popup_header_show_similar_bookmarks_btn_title": {
"message": "点击按钮显示相似书签列表"
},
Expand Down
2 changes: 1 addition & 1 deletion manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
Binary file added public/install-in-chrome.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
23 changes: 23 additions & 0 deletions public/install-in-chrome.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/install-in-edge.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit 1ec38be

Please sign in to comment.