localhost
Convert the port after localhost to numbers
localhostとは何ですか?
localhostはsilvandiepenによって開発されたChromeの拡張機能で、その主な機能は「Convert the port after localhost to numbers」です。
拡張機能のスクリーンショット
localhost拡張機能のCRXファイルをダウンロード
localhost拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
type localhost/ in your url bar to enable this extension. Afterwards type in the name of the port you want to be converted in to numbers. For instance type: 'localhost/' and then, 'port' and the browser will redirect you to http://localhost:7678 When you just want to convert a port: 'localhost/' > space > `port [nametoconvert]`
拡張機能の基本情報
名前 | localhost |
ID | akmeopjagninifebigecedjdmmbfmibn |
公式URL | https://chromewebstore.google.com/detail/localhost/akmeopjagninifebigecedjdmmbfmibn |
説明 | Convert the port after localhost to numbers |
ファイルサイズ | 21.1 KB |
インストール数 | 597 |
現在のバージョン | 1.0.7 |
最終更新日 | 2018-09-19 |
公開日 | 2018-09-19 |
開発者 | silvandiepen |
支払い方法 | free |
拡張機能のウェブサイト | http://port.svd.im |
ヘルプページのURL | http://port.svd.im |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "localhost", "short_name": "localhost", "version": "1.0.7", "description": "Convert the port after localhost to numbers", "omnibox": { "keyword": "localhost\/" }, "background": { "scripts": [ "background.js" ], "persistent": false }, "permissions": [ "tabs", "activeTab", "clipboardWrite" ], "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "manifest_version": 2 } |