URL's Host Switcher

A tool for quickly switching the host of the current url. make it easy to jump the same path in a local, test or prod environment

URL's Host Switcher란 무엇입니까?

URL's Host Switcher은(는) DLAM에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "A tool for quickly switching the host of the current url. make it easy to jump the same path in a local, test or prod environment"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot

URL's Host Switcher 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        It is convenient for developers to quickly switch the host of web pages under the same path                    

확장 프로그램 기본 정보

이름 URL's Host Switcher URL's Host Switcher
ID fcejkgaehmpaplmencnlpcocmmbfcoia
공식 URL https://chromewebstore.google.com/detail/urls-host-switcher/fcejkgaehmpaplmencnlpcocmmbfcoia
설명 A tool for quickly switching the host of the current url. make it easy to jump the same path in a local, test or prod environment
파일 크기 75.14 KB
설치 횟수 92
현재 버전 1.1.16
최근 업데이트 2022-12-02
출시 날짜 2022-07-04
개발자 DLAM
이메일 [email protected]
결제 유형 free
지원되는 언어 de,en,fr,es,it,ru,zh-TW,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_extension_name__",
    "description": "__MSG_extension_description__",
    "version": "1.1.16",
    "manifest_version": 3,
    "default_locale": "en",
    "options_page": "\/dist\/src\/options.html",
    "permissions": [
        "storage",
        "tabs"
    ],
    "action": {
        "default_popup": "\/dist\/src\/popup.html",
        "default_icon": {
            "16": "\/img\/16x16.png",
            "32": "\/img\/32x32.png",
            "48": "\/img\/48x48.png",
            "128": "\/img\/128x128.png"
        }
    },
    "icons": {
        "16": "\/img\/16x16.png",
        "32": "\/img\/32x32.png",
        "48": "\/img\/48x48.png",
        "128": "\/img\/128x128.png"
    }
}