Local Server Shortcut
Shortcut to open webpages running on local servers.
Qu'est-ce que Local Server Shortcut ?
Local Server Shortcut est une extension Chrome développée par David Mihal, et sa fonction principale est "Shortcut to open webpages running on local servers.".
Télécharger le fichier CRX de l'extension Local Server Shortcut
Téléchargez les fichiers d'extension Local Server Shortcut au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
Shortcut to open webservers running on the local machine.
Informations de Base sur l'Extension
Nom | |
ID | apehmeaeoaoegjfahilhilcdilhbblnh |
URL Officiel | https://chromewebstore.google.com/detail/local-server-shortcut/apehmeaeoaoegjfahilhilcdilhbblnh |
Description | Shortcut to open webpages running on local servers. |
Taille du Fichier | 19.82 KB |
Nombre d'Installations | 47 |
Version Actuelle | 0.0.2 |
Dernière Mise à Jour | 2018-02-28 |
Date de Publication | 2018-02-27 |
Développeur | David Mihal |
[email protected] | |
Type de Paiement | free |
Langues Prises en Charge | 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\/*" ] } |