Bookmarks Collections

Create collections and switch between multiple bookmarks bars

O que é Bookmarks Collections?

Bookmarks Collections é uma extensão do Chrome desenvolvida por Teddy Thioulouse, e sua principal característica é "Create collections and switch between multiple bookmarks bars".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão Bookmarks Collections

Baixe arquivos de extensão Bookmarks Collections no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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.                    

Informações Básicas da Extensão

Nome Bookmarks Collections Bookmarks Collections
ID kgengcoeabnofimgfhojmecmkkmgnkmm
URL Oficial https://chromewebstore.google.com/detail/bookmarks-collections/kgengcoeabnofimgfhojmecmkkmgnkmm
Descrição Create collections and switch between multiple bookmarks bars
Tamanho do Arquivo 1.76 MB
Contagem de Instalações 381
Versão Atual 1.0.3
Última Atualização 2020-07-24
Data de Publicação 2020-07-14
Classificação 5.00/5 Total de 1 Avaliações
Desenvolvedor Teddy Thioulouse
Email [email protected]
Tipo de Pagamento free
Idiomas Suportados 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"
    ]
}