Environment switcher
Switch between multiple site environments quickly and easily.
Cos'è Environment switcher?
Environment switcher è un'estensione di Chrome sviluppata da chi-teck, e la sua funzione principale è "Switch between multiple site environments quickly and easily.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Environment switcher
Scarica i file di estensione Environment switcher in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
Informazioni di Base sull'Estensione
| Nome | |
| ID | jomnepafaihcmbbbjngkgpllegemdfll |
| URL Ufficiale | https://chromewebstore.google.com/detail/environment-switcher/jomnepafaihcmbbbjngkgpllegemdfll |
| Descrizione | Switch between multiple site environments quickly and easily. |
| Dimensione del File | 187 KB |
| Conteggio Installazioni | 176 |
| Versione Corrente | 1.4.0 |
| Ultimo Aggiornamento | 2016-03-19 |
| Data di Pubblicazione | 2016-03-19 |
| Valutazione | 4.00/5 Totale 3 Valutazioni |
| Sviluppatore | chi-teck |
| Tipo di Pagamento | free |
| Sito Web dell'Estensione | https://github.com/Chi-teck/environment-switcher |
| Lingue Supportate | 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'"
} | |