Local Server Shortcut

Shortcut to open webpages running on local servers.

What is Local Server Shortcut?

Local Server Shortcut is a Chrome extension developed by David Mihal, and its main feature is "Shortcut to open webpages running on local servers.".

Download Local Server Shortcut Extension CRX File

Download Local Server Shortcut extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        Shortcut to open webservers running on the local machine.                    

Extension Basic Information

Name Local Server Shortcut Local Server Shortcut
ID apehmeaeoaoegjfahilhilcdilhbblnh
Official URL https://chromewebstore.google.com/detail/local-server-shortcut/apehmeaeoaoegjfahilhilcdilhbblnh
Description Shortcut to open webpages running on local servers.
File Size 19.82 KB
Installation Count 47
Current Version 0.0.2
Last Updated 2018-02-28
Publish Date 2018-02-27
Developer David Mihal
Email [email protected]
Payment Type free
Supported Languages 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\/*"
    ]
}