Extensions Manager

A snapshot based extensions manager, make it ease to enable/disable the extensions

O que é Extensions Manager?

Extensions Manager é uma extensão do Chrome desenvolvida por sigoden, e sua principal característica é "A snapshot based extensions manager, make it ease to enable/disable the extensions".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Extensions Manager

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

                        - Easy to enable/disable the extension
- Direct access to the option page of any extension
- Enable/disable all the extensions with one click
- Snapshot Management
  - Create: capture the state of chrome's current extensions as a snapshot, a restore point
  - Apply: choose a snapshot, restore the all extension's disable/enable state to that snapshot
  - Delete: clear the outdated snapshot
  - Undo: undo an accidental applying snapshot                    

Informações Básicas da Extensão

Nome Extensions Manager Extensions Manager
ID bcjfhbahclaolcbkdkckdnnenfeakhbk
URL Oficial https://chromewebstore.google.com/detail/extensions-manager/bcjfhbahclaolcbkdkckdnnenfeakhbk
Descrição A snapshot based extensions manager, make it ease to enable/disable the extensions
Tamanho do Arquivo 237 KB
Contagem de Instalações 24,065
Versão Atual 1.1.0
Última Atualização 2018-01-18
Data de Publicação 2018-01-18
Classificação 3.87/5 Total de 31 Avaliações
Desenvolvedor sigoden
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://github.com/sigoden/chrome-extensions-manager
URL da Página de Ajuda https://github.com/sigoden/chrome-extensions-manager/issues
Idiomas Suportados en,zh-CN
manifest.json
{
    "name": "__MSG_manifest_app_name__",
    "description": "__MSG_manifest_app_description__",
    "version": "1.1.0",
    "background": {
        "persistent": false,
        "page": "background.html"
    },
    "browser_action": {
        "default_popup": "popup.html",
        "default_icon": "icon-34.png"
    },
    "icons": {
        "128": "icon-128.png"
    },
    "default_locale": "en",
    "permissions": [
        "management",
        "storage"
    ],
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "content_security_policy": "script-src 'self'; object-src 'self'"
}