Bookmarks Collections
Create collections and switch between multiple bookmarks bars
Vad är Bookmarks Collections?
Bookmarks Collections är en Chrome-tillägg utvecklad av Teddy Thioulouse, och dess huvudfunktion är "Create collections and switch between multiple bookmarks bars".
Tilläggsskärmbilder
Ladda ner Bookmarks Collections-förlängningens CRX-fil
Ladda ner Bookmarks Collections-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
                        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.                     Grundläggande Information om Tillägg
| Namn |   |  
| ID | kgengcoeabnofimgfhojmecmkkmgnkmm | 
| Officiell webbadress | https://chromewebstore.google.com/detail/bookmarks-collections/kgengcoeabnofimgfhojmecmkkmgnkmm | 
| Beskrivning | Create collections and switch between multiple bookmarks bars | 
| Filstorlek | 1.76 MB | 
| Antal Installationer | 381 | 
| Aktuell Version | 1.0.3 | 
| Senast Uppdaterad | 2020-07-24 | 
| Publiceringsdatum | 2020-07-14 | 
| Betyg | 5.00/5 Totalt 1 Betyg | 
| Utvecklare | Teddy Thioulouse | 
| E-post | [email protected] | 
| Betalningssätt | free | 
| Stödda Språk | 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"
    ]
}  |  |