Switch Domain

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

Τι είναι το Switch Domain;

Το Switch Domain είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον clanceyp, και η κύρια λειτουργία του είναι "This extension adds a page action menu to switch domains for Adobe AEM/CQ and other large projects".

Στιγμιότυπα Επέκτασης

screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης Switch Domain

Λήψη αρχείων επέκτασης Switch Domain σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        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"
    }
}