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
Eメール [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"
}