Local Server Shortcut

Shortcut to open webpages running on local servers.

Local Server Shortcut란 무엇입니까?

Local Server Shortcut은(는) David Mihal에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Shortcut to open webpages running on local servers."입니다.

Local Server Shortcut 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Shortcut to open webservers running on the local machine.                    

확장 프로그램 기본 정보

이름 Local Server Shortcut Local Server Shortcut
ID apehmeaeoaoegjfahilhilcdilhbblnh
공식 URL https://chromewebstore.google.com/detail/local-server-shortcut/apehmeaeoaoegjfahilhilcdilhbblnh
설명 Shortcut to open webpages running on local servers.
파일 크기 19.82 KB
설치 횟수 47
현재 버전 0.0.2
최근 업데이트 2018-02-28
출시 날짜 2018-02-27
개발자 David Mihal
이메일 [email protected]
결제 유형 free
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Local Server Shortcut",
    "version": "0.0.2",
    "manifest_version": 2,
    "description": "Shortcut to open webpages running on local servers.",
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "default_locale": "en",
    "browser_action": {
        "default_icon": "icons\/icon19.png",
        "default_title": "Server list",
        "default_popup": "src\/browser_action\/browser_action.html"
    },
    "permissions": [
        "http:\/\/localhost\/*",
        "https:\/\/localhost\/*"
    ]
}