Replace Bookmark Bar
This extension replaces the bookmarks on the bookmark bar with a folder full of bookmarks
What is Replace Bookmark Bar?
Replace Bookmark Bar is a Chrome extension developed by Sam, and its main feature is "This extension replaces the bookmarks on the bookmark bar with a folder full of bookmarks".
Download Replace Bookmark Bar Extension CRX File
Download Replace Bookmark Bar 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 | |
ID | ggncfhpgnoijjkkmbbnbohnbpfnmejeh |
Official URL | https://chrome.google.com/webstore/detail/replace-bookmark-bar/ggncfhpgnoijjkkmbbnbohnbpfnmejeh |
Description | This extension replaces the bookmarks on the bookmark bar with a folder full of bookmarks |
File Size | 47.11 KB |
Installation Count | 43 |
Current Version | 1.5 |
Last Updated | 2016-04-30 |
Publish Date | 2016-04-30 |
Rating | 2.00/5 Total 4 Ratings |
Developer | Sam |
Payment Type | free |
Extension Website | https://samtinkers.wordpress.com/2015/12/05/chrome-bookmarks-profiler/ |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Replace Bookmark Bar", "description": "This extension replaces the bookmarks on the bookmark bar with a folder full of bookmarks", "version": "1.5", "browser_action": { "default_icon": "icon.png", "default_popup": "popup.html" }, "permissions": [ "bookmarks" ] } |