Bookmarks
Access to your bookmarks, history, and applications
What is Bookmarks?
Bookmarks is a Chrome extension developed by Andrey Makushkin, and its main feature is "Access to your bookmarks, history, and applications".
Extension Screenshots
Download Bookmarks Extension CRX File
Download Bookmarks 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 | Bookmarks |
ID | mhophkifmlkobgkeahlhcdnjadcpmlbp |
Official URL | https://chromewebstore.google.com/detail/bookmarks/mhophkifmlkobgkeahlhcdnjadcpmlbp |
Description | Access to your bookmarks, history, and applications |
File Size | 114 KB |
Installation Count | 10,000 |
Current Version | 0.9.33 |
Last Updated | 2016-12-07 |
Publish Date | 2016-12-06 |
Rating | 4.35/5 Total 242 Ratings |
Developer | Andrey Makushkin |
Payment Type | free |
Supported Languages | en,fr,ru,zh-TW |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "browser_action": { "default_icon": "images\/bookmark_19.png", "default_title": "__MSG_name__" }, "content_security_policy": "script-src 'self' https:\/\/www.google-analytics.com; object-src 'self'", "background": { "scripts": [ "js\/create.js", "js\/genTree.js", "js\/background.js" ], "persistent": true }, "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "js\/tabConnect.js" ], "run_at": "document_idle", "all_frames": false } ], "description": "__MSG_description__", "options_page": "options.html", "permissions": [ "http:\/\/*\/*", "https:\/\/*\/*", "browsingData", "downloads", "downloads.open", "topSites", "bookmarks", "chrome:\/\/favicon\/", "tabs", "history", "management", "unlimitedStorage", "storage" ], "version": "0.9.33", "name": "__MSG_name__", "short_name": "__MSG_name__", "default_locale": "en", "manifest_version": 2, "icons": { "128": "images\/bookmark_128.png", "48": "images\/bookmark_48.png", "32": "images\/bookmark_32.png", "24": "images\/bookmark_24.png", "16": "images\/bookmark_16.png" } } |