Host Utils

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

Wat is Host Utils?

Host Utils is een Chrome-extensie ontwikkeld door jinglupeng, en de belangrijkste functie is "Host 相关的工具,包括:清理Host缓存,查看Host现在的Ip等等".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Host Utils

Download Host Utils-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

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

Basisinformatie over de Extensie

Naam Host Utils Host Utils
ID ehdpodjjcloacagphinamfpkajabffdf
Officiële URL https://chromewebstore.google.com/detail/host-utils/ehdpodjjcloacagphinamfpkajabffdf
Beschrijving Host 相关的工具,包括:清理Host缓存,查看Host现在的Ip等等
Bestandsgrootte 9.7 KB
Aantal Installaties 43
Huidige Versie 1.0.0
Laatst Bijgewerkt 2017-07-07
Publicatiedatum 2017-07-07
Ontwikkelaar jinglupeng
Betalingswijze free
Extensiewebsite http://git.oschina.net/mocha/chrome-host
Help Pagina-URL http://git.oschina.net/mocha/chrome-host
Ondersteunde Talen 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"
}