Host Utils

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

Vad är Host Utils?

Host Utils är en Chrome-tillägg utvecklad av jinglupeng, och dess huvudfunktion är "Host 相关的工具,包括:清理Host缓存,查看Host现在的Ip等等".

Tilläggsskärmbilder

screenshot

Ladda ner Host Utils-förlängningens CRX-fil

Ladda ner Host Utils-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

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

Grundläggande Information om Tillägg

Namn Host Utils Host Utils
ID ehdpodjjcloacagphinamfpkajabffdf
Officiell webbadress https://chromewebstore.google.com/detail/host-utils/ehdpodjjcloacagphinamfpkajabffdf
Beskrivning Host 相关的工具,包括:清理Host缓存,查看Host现在的Ip等等
Filstorlek 9.7 KB
Antal Installationer 43
Aktuell Version 1.0.0
Senast Uppdaterad 2017-07-07
Publiceringsdatum 2017-07-07
Utvecklare jinglupeng
Betalningssätt free
Tilläggswebbplats http://git.oschina.net/mocha/chrome-host
Hjälpsida URL http://git.oschina.net/mocha/chrome-host
Stödda Språk 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"
}