Domain Switcher

Simplify web development by easily switching domains between specified URL groups.

Domain Switcher क्या है?

Domain Switcher https://shanson.co द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Simplify web development by easily switching domains between specified URL groups."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Domain Switcher एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        As a developer, it can be a hassle to switch between various environments (e.g. dev, uat, prod). This extension is designed to allow the developer to quickly swap environments when they are on a page while keeping their path intact.

Domain Switcher allows you to organize the environments for the various projects you work on. Simply create a "project" on the options page and enter the associated domains for the various environments for the project. We'll do the rest, and you'll be able to simply switch between environments by clicking the arrow icon in your address bar when you are on a page that matches one of your project environments.

For example, if you are working on a project about "coffee", you could enter environments: "localhost:3000", "test.coffee.com", "coffee.com". Then, when you are on any of these domains, you will have an icon in your URL bar that will allow you to switch to the other environments. The path of the page you are on is preserved in the URL.

This extension is open-source and hosted on GitHub. If you find an issue, help out by posting it there as an issue or submit a pull request. https://github.com/stevehanson/domain-switcher-chrome                    

एक्सटेंशन की मूल जानकारी

नाम Domain Switcher Domain Switcher
ID lbehdhpgigdlinfkidifkbhjnaglfojc
आधिकारिक URL https://chromewebstore.google.com/detail/domain-switcher/lbehdhpgigdlinfkidifkbhjnaglfojc
विवरण Simplify web development by easily switching domains between specified URL groups.
फ़ाइल का आकार 1.05 MB
स्थापना संख्या 2,759
वर्तमान संस्करण 0.6.1
अंतिम अपडेट 2016-05-24
प्रकाशन तिथि 2016-05-24
रेटिंग 4.59/5 कुल 29 रेटिंग्स
डेवलपर https://shanson.co
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट http://shanson.co
सहायता पृष्ठ URL https://github.com/stevehanson/domain-switcher-chrome/issues
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_appName__",
    "version": "0.6.1",
    "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",
        "default_popup": "popup.html"
    },
    "options_page": "options.html",
    "permissions": [
        "tabs"
    ]
}