Domain Switcher

Easily switch domains between development, staging, production or other environments of projects.

什麼是Domain Switcher?

Domain Switcher是由Alexander Pape開發的Chrome擴展程式,該擴展的主要功能是“Easily switch domains between development, staging, production or other environments of projects.”。

擴展截圖

screenshot
screenshot
screenshot

下載Domain Switcher擴展crx文件

下載Domain Switcher擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

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

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/Macavity/domain-switcher-extension                    

擴展基本資訊

名稱 Domain Switcher Domain Switcher
ID bcgpoogiobjioebmbafkdaekndlknmdf
官方網址 https://chromewebstore.google.com/detail/domain-switcher/bcgpoogiobjioebmbafkdaekndlknmdf
簡介 Easily switch domains between development, staging, production or other environments of projects.
檔案大小 446 KB
安裝次數 105
目前版本 1.1.2
更新時間 2020-08-26
上架時間 2020-07-21
評分 5.00/5 共 2 次評分
開發者 Alexander Pape
電子郵箱 [email protected]
付費類型 free
擴展官網 https://github.com/Macavity/domain-switcher-extension
說明頁面URL https://github.com/Macavity/domain-switcher-extension/issues
支援的語言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Domain Switcher",
    "description": "Easily switch domains between development, staging, production or other environments of projects.",
    "version": "1.1.2",
    "manifest_version": 2,
    "icons": {
        "48": "icons\/icon-48.png",
        "128": "icons\/icon-128.png"
    },
    "page_action": {
        "default_icon": {
            "16": "icons\/icon-16.png",
            "24": "icons\/icon-24.png",
            "32": "icons\/icon-32.png"
        },
        "default_title": "Domain Switcher",
        "default_popup": "popup\/popup.html"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "options_page": "options\/options.html",
    "permissions": [
        "tabs",
        "downloads"
    ]
}