Skip to content

Commit

Permalink
chore: remove useless action button
Browse files Browse the repository at this point in the history
chore: update readme
  • Loading branch information
igorlogius committed Mar 8, 2024
1 parent f1a3286 commit 141de34
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 5 deletions.
9 changes: 8 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,16 @@
Import or export a branch of the bookmark tree as a JSON or HTML file

<b>Short Demo Video:</b>

https://github.com/igorlogius/bookmark-branch-porter/assets/67047467/b7d1a2e6-1a01-444e-85c1-52332039dba0

<b>Usage:</b>
<ol>
<li>click on a bookmark folder</li>
<li>in the "Bookmark Branch Porter" context menu select the export/import options</li>
<li>
in the "Bookmark Branch Porter" context menu select the export/import
options
</li>
<li>to remove/hide the context, you can disable the addon</li>
</ol>

Expand Down
4 changes: 4 additions & 0 deletions about.html
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
Import or export a branch of the bookmark tree as a JSON or HTML file

<b>Short Demo Video:</b>

https://github.com/igorlogius/bookmark-branch-porter/assets/67047467/b7d1a2e6-1a01-444e-85c1-52332039dba0

<b>Usage:</b>
<ol>
<li>click on a bookmark folder</li>
Expand Down
5 changes: 1 addition & 4 deletions manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,12 @@
"background": {
"scripts": ["background.js"]
},
"browser_action": {
"default_area": "navbar"
},
"icons": {
"128": "icon.png"
},
"manifest_version": 2,
"description": "Import or export a branch of the bookmark tree as a JSON or HTML file",
"name": "Bookmark Branch Porter",
"permissions": ["menus", "bookmarks"],
"version": "1.4.14"
"version": "1.4.15"
}

0 comments on commit 141de34

Please sign in to comment.