Domain Swap
Switch domains without switching paths.
Cos'è Domain Swap?
Domain Swap è un'estensione di Chrome sviluppata da jmhobbs, e la sua funzione principale è "Switch domains without switching paths.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Domain Swap
Scarica i file di estensione Domain Swap 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
Domain Swap is a Google Chrome extension which lets you change the domain of the active tab while keeping the path the same. This is great for web developers who share links and need to easily switch between environments.
Informazioni di Base sull'Estensione
Nome | Domain Swap |
ID | ngiiihlebepigjbefembddhdplmaghep |
URL Ufficiale | https://chromewebstore.google.com/detail/domain-swap/ngiiihlebepigjbefembddhdplmaghep |
Descrizione | Switch domains without switching paths. |
Dimensione del File | 23.81 KB |
Conteggio Installazioni | 222 |
Versione Corrente | 2.0.2 |
Ultimo Aggiornamento | 2013-12-12 |
Data di Pubblicazione | 2013-12-11 |
Valutazione | 4.13/5 Totale 8 Valutazioni |
Sviluppatore | jmhobbs |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://github.com/jmhobbs/domain-swap |
URL della Pagina di Aiuto | https://github.com/jmhobbs/domain-swap/issues |
Lingue Supportate | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Domain Swap", "version": "2.0.2", "manifest_version": 2, "description": "Switch domains without switching paths.", "homepage_url": "https:\/\/github.com\/jmhobbs\/google-chome-domain-switcher", "icons": { "128": "icon-128x128.png", "64": "icon-64x64.png", "32": "icon-32x32.png", "19": "icon-19x19.png" }, "background": { "scripts": [ "domain-sets.js", "storage.js", "domain-switcher.js", "background.js" ] }, "page_action": { "default_icon": "icon-19x19.png", "default_title": "Switch Domain" }, "options_page": "options.html", "permissions": [ "tabs" ] } |