Bookmarks Collections
Create collections and switch between multiple bookmarks bars
What is Bookmarks Collections?
Bookmarks Collections is a Chrome extension developed by Teddy Thioulouse, and its main feature is "Create collections and switch between multiple bookmarks bars".
Extension Screenshots
Download Bookmarks Collections Extension CRX File
Download Bookmarks Collections 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
Bookmarks Collections lets you create bookmarks collections and switch between multiple bookmarks bars. A badge can be added to the extension icon with the label of your collections. Note: this may not work well with favorites sync enabled. Please consider disable this functionality to prevent any bad behaviour.
Extension Basic Information
Name | Bookmarks Collections |
ID | kgengcoeabnofimgfhojmecmkkmgnkmm |
Official URL | https://chromewebstore.google.com/detail/bookmarks-collections/kgengcoeabnofimgfhojmecmkkmgnkmm |
Description | Create collections and switch between multiple bookmarks bars |
File Size | 1.76 MB |
Installation Count | 381 |
Current Version | 1.0.3 |
Last Updated | 2020-07-24 |
Publish Date | 2020-07-14 |
Rating | 5.00/5 Total 1 Ratings |
Developer | Teddy Thioulouse |
[email protected] | |
Payment Type | free |
Supported Languages | en,fr,es,hi,zh-CN |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "__MSG_appName__", "description": "__MSG_appDesc__", "version": "1.0.3", "default_locale": "en", "author": "Teddy Thioulouse", "background": { "scripts": [ "js\/browser-polyfill.min.js", "js\/background.js" ], "persistent": false }, "browser_action": { "default_title": "Bookmarks Collections", "default_popup": "html\/popup.html", "default_icon": { "16": "img\/icon16.png", "32": "img\/icon32.png", "48": "img\/icon48.png", "128": "img\/icon128.png" } }, "permissions": [ "bookmarks", "storage" ] } |