Local Server Shortcut
Shortcut to open webpages running on local servers.
Hvad er Local Server Shortcut?
Local Server Shortcut er en Chrome-udvidelse udviklet af David Mihal, og dens hovedfunktion er "Shortcut to open webpages running on local servers.".
Download Local Server Shortcut-udvidelses-CRX-fil
Download Local Server Shortcut-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
Shortcut to open webservers running on the local machine.
Grundlæggende oplysninger om udvidelsen
Navn | |
ID | apehmeaeoaoegjfahilhilcdilhbblnh |
Officiel URL | https://chromewebstore.google.com/detail/local-server-shortcut/apehmeaeoaoegjfahilhilcdilhbblnh |
Beskrivelse | Shortcut to open webpages running on local servers. |
Filstørrelse | 19.82 KB |
Antal Installationer | 47 |
Nuværende Version | 0.0.2 |
Senest Opdateret | 2018-02-28 |
Udgivelsesdato | 2018-02-27 |
Udvikler | David Mihal |
[email protected] | |
Betalingsmetode | free |
Understøttede Sprog | 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\/*" ] } |