localhost

Convert the port after localhost to numbers

什么是localhost?

localhost是由silvandiepen开发的Chrome扩展程序,该扩展的主要功能是“Convert the port after localhost to numbers”。

扩展截图

screenshot

下载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 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
}