Exty-Switchy

Easily enable/disable chrome extensions.

O que é Exty-Switchy?

Exty-Switchy é uma extensão do Chrome desenvolvida por aedorado, e sua principal característica é "Easily enable/disable chrome extensions.".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Exty-Switchy

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

                        Ever had the misfortune of disabling a chrome extension?
Here comes a tedious (very tedious) task of migrating to a new tab altogether, searching for the said extension, disabling it and returning to the original page.

But wait! What if I don't remember which page I was originally on? And what's the deal with me going to a new tab through so many mouse clicks just to disable some extension.

Exty-switchy is the solution to all these problems! Just hit the extension icon next to the address bar and easily enable/disable whatever extension you may!                    

Informações Básicas da Extensão

Nome Exty-Switchy Exty-Switchy
ID jkeghhfibnjhcimpmhokggpfhokjeljo
URL Oficial https://chrome.google.com/webstore/detail/exty-switchy/jkeghhfibnjhcimpmhokggpfhokjeljo
Descrição Easily enable/disable chrome extensions.
Tamanho do Arquivo 720 KB
Contagem de Instalações 191
Versão Atual 1.1.1
Última Atualização 2016-11-23
Data de Publicação 2016-11-23
Classificação 4.92/5 Total de 13 Avaliações
Desenvolvedor aedorado
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://github.com/aedorado/ext-control-panel
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "description": "Easily enable\/disable chrome extensions.",
    "manifest_version": 2,
    "name": "Exty-Switchy",
    "icons": {
        "512": "icons\/icon512.png"
    },
    "browser_action": {
        "default_icon": "icons\/icon512.png",
        "default_popup": "popup.html",
        "default_title": "Easy Switching."
    },
    "permissions": [
        "management",
        "tabs"
    ],
    "content_security_policy": "script-src 'self' 'unsafe-eval' https:\/\/ssl.google-analytics.com; object-src 'self'",
    "version": "1.1.1"
}