Domain Swap
Switch domains without switching paths.
What is Domain Swap?
Domain Swap is a Chrome extension developed by jmhobbs, and its main feature is "Switch domains without switching paths.".
Extension Screenshots
Download Domain Swap Extension CRX File
Download Domain Swap extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | Domain Swap |
ID | ngiiihlebepigjbefembddhdplmaghep |
Official URL | https://chromewebstore.google.com/detail/domain-swap/ngiiihlebepigjbefembddhdplmaghep |
Description | Switch domains without switching paths. |
File Size | 23.81 KB |
Installation Count | 222 |
Current Version | 2.0.2 |
Last Updated | 2013-12-12 |
Publish Date | 2013-12-11 |
Rating | 4.13/5 Total 8 Ratings |
Developer | jmhobbs |
Payment Type | free |
Extension Website | https://github.com/jmhobbs/domain-swap |
Help Page URL | https://github.com/jmhobbs/domain-swap/issues |
Supported Languages | 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" ] } |