Domain Swap

Switch domains without switching paths.

Domain Swap क्या है?

Domain Swap jmhobbs द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Switch domains without switching paths."।

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

screenshot

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

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

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

                        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.                    

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

नाम Domain Swap Domain Swap
ID ngiiihlebepigjbefembddhdplmaghep
आधिकारिक URL https://chromewebstore.google.com/detail/domain-swap/ngiiihlebepigjbefembddhdplmaghep
विवरण Switch domains without switching paths.
फ़ाइल का आकार 23.81 KB
स्थापना संख्या 222
वर्तमान संस्करण 2.0.2
अंतिम अपडेट 2013-12-12
प्रकाशन तिथि 2013-12-11
रेटिंग 4.13/5 कुल 8 रेटिंग्स
डेवलपर jmhobbs
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://github.com/jmhobbs/domain-swap
सहायता पृष्ठ URL https://github.com/jmhobbs/domain-swap/issues
समर्थित भाषाएँ 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"
    ]
}