Environment switcher

Switch between multiple site environments quickly and easily.

O que é Environment switcher?

Environment switcher é uma extensão do Chrome desenvolvida por chi-teck, e sua principal característica é "Switch between multiple site environments quickly and easily.".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão Environment switcher

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

                                            

Informações Básicas da Extensão

Nome Environment switcher Environment switcher
ID jomnepafaihcmbbbjngkgpllegemdfll
URL Oficial https://chromewebstore.google.com/detail/environment-switcher/jomnepafaihcmbbbjngkgpllegemdfll
Descrição Switch between multiple site environments quickly and easily.
Tamanho do Arquivo 187 KB
Contagem de Instalações 176
Versão Atual 1.4.0
Última Atualização 2016-03-19
Data de Publicação 2016-03-19
Classificação 4.00/5 Total de 3 Avaliações
Desenvolvedor chi-teck
Tipo de Pagamento free
Site da Extensão https://github.com/Chi-teck/environment-switcher
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Environment switcher",
    "version": "1.4.0",
    "description": "Switch between multiple site environments quickly and easily.",
    "background": {
        "persistent": false,
        "scripts": [
            "background\/background.js"
        ]
    },
    "permissions": [
        "tabs",
        "storage"
    ],
    "options_page": "options\/options.html",
    "icons": {
        "16": "images\/16.png",
        "32": "images\/32.png",
        "64": "images\/64.png"
    },
    "page_action": {
        "default_icon": {
            "16": "images\/16.png",
            "32": "images\/32.png",
            "64": "images\/64.png"
        },
        "default_popup": "popup\/popup.html",
        "default_title": "Switch environment"
    },
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'"
}