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.
扩展基本信息
名称 | |
ID | apehmeaeoaoegjfahilhilcdilhbblnh |
官方URL | 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\/*" ] } |