Server Switcher for Google Chrome™

Easily switches a website between development and production webservers

Server Switcher for Google Chrome™란 무엇입니까?

Server Switcher for Google Chrome™은(는) Richard Lawley에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Easily switches a website between development and production webservers"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

Server Switcher for Google Chrome™ 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Server Switcher allows you to switch between pages on a production website and a development version with a single click.  If you develop websites and frequently find yourself wanting to switch to the development/production version of the page you're on, this addon is for you.

It is a port of the excellent Server Switcher addon for Firefox, which I had used for a long time before switching to Chrome.  The Firefox addon can be found at http://hermann.czedik.net/projekte/switcher/

Note about multiple servers - I've had a number of requests in the reviews and bad reviews because I only support two servers per profile.  I have no plans to change this - my extension is for a quick switch between live/dev.  Adding more servers requires either a dropdown (2 clicks) or multiple icons, neither of which are not what I intended.  If you need support for multiple servers per profile, I suggest you try multiswitch, rather than leaving a bad review saying that my extension doesn't do what it's not intended to do!

Source code for the extension can be found at https://github.com/richardlawley/server-switcher

Revision History
-----------------------
0.3:  Updated to Manifest version 3
0.2:  Allowed single hostnames in URL, such as http://localhost/ and http://development/
0.1:  Initial Version                    

확장 프로그램 기본 정보

이름 Server Switcher for Google Chrome™ Server Switcher for Google Chrome™
ID klbfleninpbmppkdafkdclidomgphcde
공식 URL https://chromewebstore.google.com/detail/server-switcher-for-googl/klbfleninpbmppkdafkdclidomgphcde
설명 Easily switches a website between development and production webservers
파일 크기 61.7 KB
설치 횟수 1,727
현재 버전 0.3
최근 업데이트 2013-06-15
출시 날짜 2013-06-15
평점 3.65/5 총 17 개의 평점
개발자 Richard Lawley
결제 유형 free
확장 프로그램 웹 사이트 http://www.richardlawley.com/software/serverswitcher/
지원되는 언어 en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Server Switcher for Google Chrome\u2122",
    "description": "Easily switches a website between development and production webservers",
    "version": "0.3",
    "icons": {
        "48": "icon_48.png",
        "128": "icon_128.png"
    },
    "background": {
        "scripts": [
            "eventPage.js"
        ],
        "persistent": false
    },
    "options_page": "options.html",
    "page_action": {
        "default_title": "Server Switcher for Google Chrome\u2122"
    },
    "permissions": [
        "tabs"
    ]
}