Get Bookmarks
Crx to backup bookmarks when you can't sync with Google Account.
What is Get Bookmarks?
Get Bookmarks is a Chrome extension developed by Vasu Jain, and its main feature is "Crx to backup bookmarks when you can't sync with Google Account.".
Download Get Bookmarks Extension CRX File
Download Get 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
Have multiple Google accounts for Chrome ? Don't want to synch them together ? Worried about backup ? Export your Bookmarks on a single click in JSON/HTML format.
Extension Basic Information
Name | |
ID | ffhnbbecccapfhkcfnhcnjacbgahfdng |
Official URL | https://chrome.google.com/webstore/detail/get-bookmarks/ffhnbbecccapfhkcfnhcnjacbgahfdng |
Description | Crx to backup bookmarks when you can't sync with Google Account. |
File Size | 38.83 KB |
Installation Count | 32 |
Current Version | 0.5.9 |
Last Updated | 2015-03-23 |
Publish Date | 2015-03-23 |
Rating | 5.00/5 Total 2 Ratings |
Developer | Vasu Jain |
Payment Type | free |
Extension Website | http://www.brk.im |
Help Page URL | http://www.brk.im |
Supported Languages | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Get Bookmarks", "description": "Crx to backup bookmarks when you can't sync with Google Account.", "version": "0.5.9", "browser_action": { "default_icon": "resources\/bookmark_red_24.png", "default_popup": "popup.html" }, "permissions": [ "tabs", "bookmarks" ], "icons": { "16": "resources\/bookmark_red_16.png", "24": "resources\/bookmark_red_24.png", "32": "resources\/bookmark_red_32.png", "48": "resources\/bookmark_red_48.png", "128": "resources\/bookmark_red_128.png", "256": "resources\/bookmark_red_256.png" } } |