Local Server Shortcut

Shortcut to open webpages running on local servers.

Vad är Local Server Shortcut?

Local Server Shortcut är en Chrome-tillägg utvecklad av David Mihal, och dess huvudfunktion är "Shortcut to open webpages running on local servers.".

Ladda ner Local Server Shortcut-förlängningens CRX-fil

Ladda ner Local Server Shortcut-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        Shortcut to open webservers running on the local machine.                    

Grundläggande Information om Tillägg

Namn Local Server Shortcut Local Server Shortcut
ID apehmeaeoaoegjfahilhilcdilhbblnh
Officiell webbadress https://chromewebstore.google.com/detail/local-server-shortcut/apehmeaeoaoegjfahilhilcdilhbblnh
Beskrivning Shortcut to open webpages running on local servers.
Filstorlek 19.82 KB
Antal Installationer 47
Aktuell Version 0.0.2
Senast Uppdaterad 2018-02-28
Publiceringsdatum 2018-02-27
Utvecklare David Mihal
E-post [email protected]
Betalningssätt free
Stödda Språk 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\/*"
    ]
}