Switch Domain

This extension adds a page action menu to switch domains for Adobe AEM/CQ and other large projects

Switch Domain क्या है?

Switch Domain clanceyp द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "This extension adds a page action menu to switch domains for Adobe AEM/CQ and other large projects"।

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

screenshot
screenshot

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

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

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

                        Switch domain extension adds links to the page action menu. It uses simple regular expressions to enable you to match domains and replace sections of the URL. 

This extension was developed for use when on large projects with many servers and URLs. For example in AEM (formally Adobe CQ) you may want to jump from the current page to the same page in the Editor, CRXDE, on the Dispatcher, direct in Publisher or jump to the correct place AEM explorer in multiple stacks. 

For smaller projects I recommend jmhobbs's Domain Swap extension https://chrome.google.com/webstore/detail/domain-swap/ngiiihlebepigjbefembddhdplmaghep                    

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

नाम Switch Domain Switch Domain
ID ocpldckjfkofbopolilicgjopippfmbc
आधिकारिक URL https://chromewebstore.google.com/detail/switch-domain/ocpldckjfkofbopolilicgjopippfmbc
विवरण This extension adds a page action menu to switch domains for Adobe AEM/CQ and other large projects
फ़ाइल का आकार 145 KB
स्थापना संख्या 87
वर्तमान संस्करण 2.3.0
अंतिम अपडेट 2020-02-20
प्रकाशन तिथि 2020-02-19
रेटिंग 5.00/5 कुल 1 रेटिंग्स
डेवलपर clanceyp
ईमेल [email protected]
भुगतान के प्रकार free
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "2.3.0",
    "manifest_version": 2,
    "name": "Switch Domain",
    "short_name": "Switch Domain",
    "description": "This extension adds a page action menu to switch domains for Adobe AEM\/CQ and other large projects",
    "homepage_url": "https:\/\/github.com\/clanceyp\/chrome-extension-domain-switcher",
    "permissions": [
        "activeTab"
    ],
    "options_page": "options\/index.html",
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
    "background": {
        "scripts": [
            "domainSwitcher.js",
            "background.js",
            "options\/js\/manifest.js",
            "options\/js\/vendor\/underscore.js",
            "options\/js\/vendor\/zepto.js",
            "options\/js\/background.js"
        ]
    },
    "icons": {
        "48": "\/lib\/icon\/swap.png"
    },
    "browser_action": {
        "default_icon": "\/lib\/icon\/swap.png",
        "default_title": "Switch Domain",
        "default_popup": "popup.html"
    }
}