Domain Swap

Switch domains without switching paths.

Domain Swap란 무엇입니까?

Domain Swap은(는) jmhobbs에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Switch domains without switching paths."입니다.

확장 프로그램 스크린샷

screenshot

Domain Swap 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        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.                    

확장 프로그램 기본 정보

이름 Domain Swap Domain Swap
ID ngiiihlebepigjbefembddhdplmaghep
공식 URL https://chromewebstore.google.com/detail/domain-swap/ngiiihlebepigjbefembddhdplmaghep
설명 Switch domains without switching paths.
파일 크기 23.81 KB
설치 횟수 222
현재 버전 2.0.2
최근 업데이트 2013-12-12
출시 날짜 2013-12-11
평점 4.13/5 총 8 개의 평점
개발자 jmhobbs
결제 유형 free
확장 프로그램 웹 사이트 https://github.com/jmhobbs/domain-swap
도움말 페이지 URL https://github.com/jmhobbs/domain-swap/issues
지원되는 언어 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"
    ]
}