Domain Switcher Forked
Simplify web development by easily switching domains between specified URL groups. Forked version.
What is Domain Switcher Forked?
Domain Switcher Forked is a Chrome extension developed by Mestrona, and its main feature is "Simplify web development by easily switching domains between specified URL groups. Forked version.".
Extension Screenshots
Download Domain Switcher Forked Extension CRX File
Download Domain Switcher Forked 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 Switcher by Steve Hanson, fork by Mestrona This is a fork of https://chrome.google.com/webstore/detail/domain-switcher/lbehdhpgigdlinfkidifkbhjnaglfojc with some additional features and fixes Main additional feature: Project templates Source: https://github.com/amenk/domain-switcher-chrome
Extension Basic Information
Name | Domain Switcher Forked |
ID | obncmfopicdjkamflcoipkjdpkdhfjji |
Official URL | https://chromewebstore.google.com/detail/domain-switcher-forked/obncmfopicdjkamflcoipkjdpkdhfjji |
Description | Simplify web development by easily switching domains between specified URL groups. Forked version. |
File Size | 1.07 MB |
Installation Count | 50 |
Current Version | 0.6.5 |
Last Updated | 2017-01-25 |
Publish Date | 2017-01-25 |
Developer | Mestrona |
Payment Type | free |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_appName__", "version": "0.6.5", "manifest_version": 2, "description": "__MSG_appDescription__", "icons": { "48": "images\/icon-48.png", "128": "images\/icon-128.png" }, "default_locale": "en", "background": { "scripts": [ "scripts\/background.js" ] }, "page_action": { "default_icon": { "19": "images\/icon-19.png", "38": "images\/icon-38.png" }, "default_title": "Domain Switcher Forked", "default_popup": "popup.html" }, "options_page": "options.html", "permissions": [ "tabs" ] } |