Host Utils

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

Cos'è Host Utils?

Host Utils è un'estensione di Chrome sviluppata da jinglupeng, e la sua funzione principale è "Host 相关的工具,包括:清理Host缓存,查看Host现在的Ip等等".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Host Utils

Scarica i file di estensione Host Utils in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

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

Informazioni di Base sull'Estensione

Nome Host Utils Host Utils
ID ehdpodjjcloacagphinamfpkajabffdf
URL Ufficiale https://chromewebstore.google.com/detail/host-utils/ehdpodjjcloacagphinamfpkajabffdf
Descrizione Host 相关的工具,包括:清理Host缓存,查看Host现在的Ip等等
Dimensione del File 9.7 KB
Conteggio Installazioni 43
Versione Corrente 1.0.0
Ultimo Aggiornamento 2017-07-07
Data di Pubblicazione 2017-07-07
Sviluppatore jinglupeng
Tipo di Pagamento free
Sito Web dell'Estensione http://git.oschina.net/mocha/chrome-host
URL della Pagina di Aiuto http://git.oschina.net/mocha/chrome-host
Lingue Supportate 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"
}