Bookmarks Collections

Create collections and switch between multiple bookmarks bars

Wat is Bookmarks Collections?

Bookmarks Collections is een Chrome-extensie ontwikkeld door Teddy Thioulouse, en de belangrijkste functie is "Create collections and switch between multiple bookmarks bars".

Extensie Screenshots

screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie Bookmarks Collections

Download Bookmarks Collections-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam Bookmarks Collections Bookmarks Collections
ID kgengcoeabnofimgfhojmecmkkmgnkmm
Officiële URL https://chromewebstore.google.com/detail/bookmarks-collections/kgengcoeabnofimgfhojmecmkkmgnkmm
Beschrijving Create collections and switch between multiple bookmarks bars
Bestandsgrootte 1.76 MB
Aantal Installaties 381
Huidige Versie 1.0.3
Laatst Bijgewerkt 2020-07-24
Publicatiedatum 2020-07-14
Beoordeling 5.00/5 Totaal 1 Beoordelingen
Ontwikkelaar Teddy Thioulouse
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen 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"
    ]
}