Domain Swap
Switch domains without switching paths.
Wat is Domain Swap?
Domain Swap is een Chrome-extensie ontwikkeld door jmhobbs, en de belangrijkste functie is "Switch domains without switching paths.".
Extensie Screenshots
Download het CRX-bestand van de extensie Domain Swap
Download Domain Swap-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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.
Basisinformatie over de Extensie
Naam | Domain Swap |
ID | ngiiihlebepigjbefembddhdplmaghep |
Officiële URL | https://chromewebstore.google.com/detail/domain-swap/ngiiihlebepigjbefembddhdplmaghep |
Beschrijving | Switch domains without switching paths. |
Bestandsgrootte | 23.81 KB |
Aantal Installaties | 222 |
Huidige Versie | 2.0.2 |
Laatst Bijgewerkt | 2013-12-12 |
Publicatiedatum | 2013-12-11 |
Beoordeling | 4.13/5 Totaal 8 Beoordelingen |
Ontwikkelaar | jmhobbs |
Betalingswijze | free |
Extensiewebsite | https://github.com/jmhobbs/domain-swap |
Help Pagina-URL | https://github.com/jmhobbs/domain-swap/issues |
Ondersteunde Talen | 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" ] } |