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文件

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

擴展使用說明

                        Shortcut to open webservers running on the local machine.                    

擴展基本資訊

名稱 Local Server Shortcut Local Server Shortcut
ID apehmeaeoaoegjfahilhilcdilhbblnh
官方網址 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\/*"
    ]
}