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 |
官方網址 | 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 } |