1-Click Extension Manager

Manage Chrome extension at the tip of your finger, with just 1-click.

O que é 1-Click Extension Manager?

1-Click Extension Manager é uma extensão do Chrome desenvolvida por milan.chheda, e sua principal característica é "Manage Chrome extension at the tip of your finger, with just 1-click.".

Capturas de Tela da Extensão

screenshot
screenshot

Baixar o arquivo CRX da Extensão 1-Click Extension Manager

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

                        A simple menu to enable, disable and access options of extensions in 1-click.

Features included:
- Enable/disable an extension in 1-click
- Access options of an extension in 1-click
- Uninstall an extension in 1-click
- A handy search box that you can use to quickly find the extension you need to turn on or off. 
- No Ads
- Simple, fast, and no background scripts
- Keep your browser fast by disabling extensions that you won't use right away with just 1-click.

For bugs, feedback, and suggestions, write to [email protected]                    

Informações Básicas da Extensão

Nome 1-Click Extension Manager 1-Click Extension Manager
ID ohajmcdpjokbdoihfhkpbmlmknejmoec
URL Oficial https://chromewebstore.google.com/detail/1-click-extension-manager/ohajmcdpjokbdoihfhkpbmlmknejmoec
Descrição Manage Chrome extension at the tip of your finger, with just 1-click.
Tamanho do Arquivo 41.46 KB
Contagem de Instalações 2,431
Versão Atual 1.0
Última Atualização 2016-06-18
Data de Publicação 2016-06-17
Classificação 3.56/5 Total de 25 Avaliações
Desenvolvedor milan.chheda
Email [email protected]
Tipo de Pagamento free
Idiomas Suportados en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "1-Click Extension Manager",
    "description": "Manage Chrome extension at the tip of your finger, with just 1-click.",
    "version": "1.0",
    "manifest_version": 2,
    "icons": {
        "128": "logo.png",
        "16": "logo.png"
    },
    "permissions": [
        "management"
    ],
    "browser_action": {
        "default_icon": "logo.png",
        "default_popup": "popup.html"
    }
}