localhost-port-resolver

Enter port number (e.g. 3000) to be redirected to localhost:3000

localhost-port-resolverとは何ですか?

localhost-port-resolverはmaximilian.lenkeitによって開発されたChromeの拡張機能で、その主な機能は「Enter port number (e.g. 3000) to be redirected to localhost:3000」です。

localhost-port-resolver拡張機能のCRXファイルをダウンロード

localhost-port-resolver拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                                            

拡張機能の基本情報

名前 localhost-port-resolver localhost-port-resolver
ID ffjjcpamegjaajlingmjfnmblcdajelh
公式URL https://chrome.google.com/webstore/detail/localhost-port-resolver/ffjjcpamegjaajlingmjfnmblcdajelh
説明 Enter port number (e.g. 3000) to be redirected to localhost:3000
ファイルサイズ 4.26 KB
インストール数 101
現在のバージョン 1.0
最終更新日 2017-01-22
公開日 2017-01-22
開発者 maximilian.lenkeit
支払い方法 free
拡張機能のウェブサイト https://github.com/mlenkeit/chrome-ext-localhost-port-resolver
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "localhost-port-resolver",
    "description": "Enter port number (e.g. 3000) to be redirected to localhost:3000",
    "version": "1.0",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "permissions": [
        "webNavigation",
        "*:\/\/*\/*"
    ]
}