Domain Swap
Switch domains without switching paths.
Hvad er Domain Swap?
Domain Swap er en Chrome-udvidelse udviklet af jmhobbs, og dens hovedfunktion er "Switch domains without switching paths.".
Udvidelsesskærmbilleder
Download Domain Swap-udvidelses-CRX-fil
Download Domain Swap-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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.
Grundlæggende oplysninger om udvidelsen
Navn | Domain Swap |
ID | ngiiihlebepigjbefembddhdplmaghep |
Officiel URL | https://chromewebstore.google.com/detail/domain-swap/ngiiihlebepigjbefembddhdplmaghep |
Beskrivelse | Switch domains without switching paths. |
Filstørrelse | 23.81 KB |
Antal Installationer | 222 |
Nuværende Version | 2.0.2 |
Senest Opdateret | 2013-12-12 |
Udgivelsesdato | 2013-12-11 |
Bedømmelse | 4.13/5 Samlet 8 Bedømmelser |
Udvikler | jmhobbs |
Betalingsmetode | free |
Udvidelseswebsted | https://github.com/jmhobbs/domain-swap |
Hjælpeside-URL | https://github.com/jmhobbs/domain-swap/issues |
Understøttede Sprog | 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" ] } |