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 |
Eメール | [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\/*" ] } |