LocoHost

Quick links to localhost at various ports

什么是LocoHost?

LocoHost是由https://isnorcreative.com开发的Chrome扩展程序,该扩展的主要功能是“Quick links to localhost at various ports”。

扩展截图

screenshot

下载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 LocoHost
ID dbpmejojgibdkkjhfhlpaicdalkfangh
官方URL 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"
}