Environment switcher

Switch between multiple site environments quickly and easily.

Co to jest Environment switcher?

Environment switcher to rozszerzenie Chrome opracowane przez chi-teck, a jego główną funkcją jest „Switch between multiple site environments quickly and easily.”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot
screenshot

Pobierz plik CRX rozszerzenia Environment switcher

Pobierz pliki rozszerzeń Environment switcher w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                                            

Podstawowe informacje o rozszerzeniu

Nazwa Environment switcher Environment switcher
ID jomnepafaihcmbbbjngkgpllegemdfll
Oficjalny URL https://chromewebstore.google.com/detail/environment-switcher/jomnepafaihcmbbbjngkgpllegemdfll
Opis Switch between multiple site environments quickly and easily.
Rozmiar pliku 187 KB
Liczba instalacji 176
Aktualna Wersja 1.4.0
Ostatnia Aktualizacja 2016-03-19
Data Publikacji 2016-03-19
Ocena 4.00/5 Łącznie 3 Oceny
Deweloper chi-teck
Typ Płatności free
Strona Rozszerzenia https://github.com/Chi-teck/environment-switcher
Obsługiwane Języki 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'"
}