LocoHost
Quick links to localhost at various ports
什麼是LocoHost?
LocoHost是由https://isnorcreative.com開發的Chrome擴展程式,該擴展的主要功能是“Quick links to localhost at various ports”。
擴展截圖
下載LocoHost擴展crx文件
下載LocoHost擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Add quick links to localhost at various ports by name, eg Ruby on Rails at port 3000, Phoenix at port 400, Ember at port 4200, and so on. *Note*: Visit options first to set up links! May add these features: - Ability to specify icon, eg Rails, Ember, Elm, Phoenix, Middleman logos - Ability to open in current or new tab - Ability to sort items, or specify sort by name or port
擴展基本資訊
名稱 | LocoHost |
ID | dbpmejojgibdkkjhfhlpaicdalkfangh |
官方網址 | https://chromewebstore.google.com/detail/locohost/dbpmejojgibdkkjhfhlpaicdalkfangh |
簡介 | Quick links to localhost at various ports |
檔案大小 | 117 KB |
安裝次數 | 172 |
目前版本 | 0.0.3 |
更新時間 | 2022-08-19 |
上架時間 | 2016-05-20 |
評分 | 5.00/5 共 3 次評分 |
開發者 | https://isnorcreative.com |
電子郵箱 | [email protected] |
付費類型 | free |
擴展官網 | http://blog.isnorcreative.com/2016/05/20/loco-host.html |
說明頁面URL | https://github.com/gordonbisnor/locohost/issues |
支援的語言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "LocoHost", "version": "0.0.3", "description": "Quick links to localhost at various ports", "browser_action": { "default_icon": "icon128.png", "default_title": "LocoHost", "default_popup": "popup.html" }, "icons": { "16": "icon16.png", "48": "icon48.png", "64": "icon64.png", "128": "icon128.png" }, "permissions": [ "storage" ], "options_page": "options.html", "author": "Gordon B. Isnor", "short_name": "LocoHost" } |