Swappable

A bookmark bar swapper, allowing you to switch between multiple bookmark bars such as 'Work' and 'Personal'

O que é Swappable?

Swappable é uma extensão do Chrome desenvolvida por jmoore315, e sua principal característica é "A bookmark bar swapper, allowing you to switch between multiple bookmark bars such as 'Work' and 'Personal'".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Swappable

Baixe arquivos de extensão Swappable 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

                        Swappable allows you to create multiple bookmark bars and switch between them with a click of a button. 

If you've ever wanted separate bookmark bars for 'Work' and 'Leisure', different family members, or simply to better organize your bookmarks, Swappable is the tool for you!                    

Informações Básicas da Extensão

Nome Swappable Swappable
ID ppbbcakfobecheiebijejadegfflgcke
URL Oficial https://chromewebstore.google.com/detail/swappable/ppbbcakfobecheiebijejadegfflgcke
Descrição A bookmark bar swapper, allowing you to switch between multiple bookmark bars such as 'Work' and 'Personal'
Tamanho do Arquivo 16.63 KB
Contagem de Instalações 176
Versão Atual 1.0
Última Atualização 2015-03-08
Data de Publicação 2015-03-08
Classificação 3.43/5 Total de 7 Avaliações
Desenvolvedor jmoore315
Tipo de Pagamento free
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Swappable",
    "version": "1.0",
    "description": "A bookmark bar swapper, allowing you to switch between multiple bookmark bars such as 'Work' and 'Personal'",
    "permissions": [
        "bookmarks"
    ],
    "background": {
        "scripts": [
            "swappable.js"
        ]
    },
    "browser_action": {
        "default_title": "My Bookmarks",
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "manifest_version": 2,
    "content_security_policy": "script-src 'self' https:\/\/ajax.googleapis.com; object-src 'self'"
}