Update current bookmark
Right click on a link to update the current bookmark
What is Update current bookmark?
Update current bookmark is a Chrome extension developed by https://sokolov.cc, and its main feature is "Right click on a link to update the current bookmark".
Extension Screenshots
Download Update current bookmark Extension CRX File
Download Update current bookmark extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Extension Basic Information
Name | Update current bookmark |
ID | gkmnkpgaimaillhhejdbkkgopfgoldoh |
Official URL | https://chromewebstore.google.com/detail/update-current-bookmark/gkmnkpgaimaillhhejdbkkgopfgoldoh |
Description | Right click on a link to update the current bookmark |
File Size | 15.88 KB |
Installation Count | 49 |
Current Version | 1.0.0 |
Last Updated | 2016-04-23 |
Publish Date | 2016-04-23 |
Rating | 4.50/5 Total 2 Ratings |
Developer | https://sokolov.cc |
[email protected] | |
Payment Type | free |
Extension Website | https://github.com/denis-sokolov/update-current-bookmark |
Help Page URL | https://github.com/denis-sokolov/update-current-bookmark/issues |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "__MSG_extension_name__", "version": "1.0.0", "default_locale": "en", "description": "__MSG_extension_description__", "icons": { "16": "src\/icons\/chain-star.png", "48": "src\/icons\/chain-star.png", "128": "src\/icons\/chain-star.png" }, "background": { "scripts": [ "src\/context-menu.js" ], "persistent": false }, "permissions": [ "contextMenus", "declarativeContent" ], "optional_permissions": [ "bookmarks" ] } |