Host Utils

Host 相关的工具,包括:清理Host缓存,查看Host现在的Ip等等

What is Host Utils?

Host Utils is a Chrome extension developed by jinglupeng, and its main feature is "Host 相关的工具,包括:清理Host缓存,查看Host现在的Ip等等".

Extension Screenshots

screenshot

Download Host Utils Extension CRX File

Download Host Utils extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        清空 Host 缓存,显示页面IP等。                    

Extension Basic Information

Name Host Utils Host Utils
ID ehdpodjjcloacagphinamfpkajabffdf
Official URL https://chromewebstore.google.com/detail/host-utils/ehdpodjjcloacagphinamfpkajabffdf
Description Host 相关的工具,包括:清理Host缓存,查看Host现在的Ip等等
File Size 9.7 KB
Installation Count 43
Current Version 1.0.0
Last Updated 2017-07-07
Publish Date 2017-07-07
Developer jinglupeng
Payment Type free
Extension Website http://git.oschina.net/mocha/chrome-host
Help Page URL http://git.oschina.net/mocha/chrome-host
Supported Languages zh-CN
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Host Utils",
    "version": "1.0.0",
    "description": "Host \u76f8\u5173\u7684\u5de5\u5177\uff0c\u5305\u62ec\uff1a\u6e05\u7406Host\u7f13\u5b58\uff0c\u67e5\u770bHost\u73b0\u5728\u7684Ip\u7b49\u7b49",
    "author": "mocha",
    "icons": {
        "16": "icon\/icon-16.png",
        "32": "icon\/icon-32.png",
        "128": "icon\/icon-128.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "browser_action": {
        "default_icon": "icon\/icon-128.png"
    },
    "permissions": [
        "tabs",
        "chrome:\/\/net-internals\/",
        "*:\/\/*\/",
        "webRequest",
        "contextMenus"
    ],
    "homepage_url": "http:\/\/git.oschina.net\/mocha\/chrome-host"
}