SiteBookmarks
View your bookmarks on the current site from the context (right-click) menu.
What is SiteBookmarks?
SiteBookmarks is a Chrome extension developed by https://site.simonandrewbrown.co.uk, and its main feature is "View your bookmarks on the current site from the context (right-click) menu.".
Extension Screenshots
Download SiteBookmarks Extension CRX File
Download SiteBookmarks 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
Adds a context-menu item listing all your bookmarks on the current site. If you have a lot of bookmarks, this makes it easier to go to your favourite pages on the specific site without hunting through your bookmarks. Source code: https://github.com/simonbrown/Site-Bookmarks
Extension Basic Information
Name | SiteBookmarks |
ID | mijccbhecmjbiepdfpbnknpjeiggnomn |
Official URL | https://chromewebstore.google.com/detail/sitebookmarks/mijccbhecmjbiepdfpbnknpjeiggnomn |
Description | View your bookmarks on the current site from the context (right-click) menu. |
File Size | 49.92 KB |
Installation Count | 91 |
Current Version | 1.6 |
Last Updated | 2012-11-05 |
Publish Date | 2012-11-05 |
Rating | 4.18/5 Total 11 Ratings |
Developer | https://site.simonandrewbrown.co.uk |
Payment Type | free |
Extension Website | http://www.isimonbrown.co.uk/contact/ |
Help Page URL | http://www.isimonbrown.co.uk/contact/ |
Supported Languages | en-GB |
manifest.json | |
{ "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx", "name": "SiteBookmarks", "description": "View your bookmarks on the current site from the context (right-click) menu.", "version": "1.6", "manifest_version": 2, "background": { "scripts": [ "main.js" ] }, "permissions": [ "bookmarks", "contextMenus" ], "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "options_page": "options.html", "minimum_chrome_version": "20.0" } |