Quick Extension Manager

A simple chrome extension that makes it quick and easy to turn your chrome extensions on and off

O que é Quick Extension Manager?

Quick Extension Manager é uma extensão do Chrome desenvolvida por Chris Dermody, e sua principal característica é "A simple chrome extension that makes it quick and easy to turn your chrome extensions on and off".

Baixar o arquivo CRX da Extensão Quick Extension Manager

Baixe arquivos de extensão Quick Extension Manager 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

                        Quick Extension Manager is a small, free extension designed to make it quick and easy to toggle your chrome extensions on or off. 

The extension lists all of your installed extensions in a 2-column layout with their images.

There is also a handy search box you can use to quickly find the extension you need to turn on or off.                    

Informações Básicas da Extensão

Nome Quick Extension Manager Quick Extension Manager
ID clgnjooadgjehcfgiboagghflodbeidf
URL Oficial https://chrome.google.com/webstore/detail/quick-extension-manager/clgnjooadgjehcfgiboagghflodbeidf
Descrição A simple chrome extension that makes it quick and easy to turn your chrome extensions on and off
Tamanho do Arquivo 442 KB
Contagem de Instalações 135
Versão Atual 0.1.6
Última Atualização 2015-04-11
Data de Publicação 2015-04-11
Classificação 2.33/5 Total de 6 Avaliações
Desenvolvedor Chris Dermody
Email [email protected]
Tipo de Pagamento free
Idiomas Suportados en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Quick Extension Manager",
    "description": "A simple chrome extension that makes it quick and easy to turn your chrome extensions on and off",
    "version": "0.1.6",
    "content_security_policy": "script-src 'self' 'unsafe-eval' https:\/\/www.google-analytics.com; object-src 'self'",
    "permissions": [
        "management"
    ],
    "browser_action": {
        "default_icon": "app.png",
        "default_popup": "popup.html"
    },
    "short_name": "Extension Manager"
}