Domain Swap

Switch domains without switching paths.

Was ist Domain Swap?

Domain Swap ist eine Chrome-Erweiterung, die von jmhobbs entwickelt wurde, und ihr Hauptmerkmal ist "Switch domains without switching paths.".

Erweiterungsscreenshots

screenshot

Domain Swap-Erweiterungs-CRX-Datei herunterladen

Laden Sie Domain Swap-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name Domain Swap Domain Swap
ID ngiiihlebepigjbefembddhdplmaghep
Offizielle URL https://chromewebstore.google.com/detail/domain-swap/ngiiihlebepigjbefembddhdplmaghep
Beschreibung Switch domains without switching paths.
Dateigröße 23.81 KB
Installationsanzahl 222
Aktuelle Version 2.0.2
Letztes Update 2013-12-12
Veröffentlichungsdatum 2013-12-11
Bewertung 4.13/5 Insgesamt 8 Bewertungen
Entwickler jmhobbs
Zahlungsart free
Erweiterungswebsite https://github.com/jmhobbs/domain-swap
Hilfeseite URL https://github.com/jmhobbs/domain-swap/issues
Unterstützte Sprachen 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"
    ]
}