Bookmarks Collections
Create collections and switch between multiple bookmarks bars
Was ist Bookmarks Collections?
Bookmarks Collections ist eine Chrome-Erweiterung, die von Teddy Thioulouse entwickelt wurde, und ihr Hauptmerkmal ist "Create collections and switch between multiple bookmarks bars".
Erweiterungsscreenshots
Bookmarks Collections-Erweiterungs-CRX-Datei herunterladen
Laden Sie Bookmarks Collections-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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. Grundlegende Informationen zur Erweiterung
| Name | |
| ID | kgengcoeabnofimgfhojmecmkkmgnkmm |
| Offizielle URL | https://chromewebstore.google.com/detail/bookmarks-collections/kgengcoeabnofimgfhojmecmkkmgnkmm |
| Beschreibung | Create collections and switch between multiple bookmarks bars |
| Dateigröße | 1.76 MB |
| Installationsanzahl | 381 |
| Aktuelle Version | 1.0.3 |
| Letztes Update | 2020-07-24 |
| Veröffentlichungsdatum | 2020-07-14 |
| Bewertung | 5.00/5 Insgesamt 1 Bewertungen |
| Entwickler | Teddy Thioulouse |
| [email protected] | |
| Zahlungsart | free |
| Unterstützte Sprachen | 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"
]
} | |