Host Utils

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

Qu'est-ce que Host Utils ?

Host Utils est une extension Chrome développée par jinglupeng, et sa fonction principale est "Host 相关的工具,包括:清理Host缓存,查看Host现在的Ip等等".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Host Utils

Téléchargez les fichiers d'extension Host Utils au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

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

Informations de Base sur l'Extension

Nom Host Utils Host Utils
ID ehdpodjjcloacagphinamfpkajabffdf
URL Officiel https://chromewebstore.google.com/detail/host-utils/ehdpodjjcloacagphinamfpkajabffdf
Description Host 相关的工具,包括:清理Host缓存,查看Host现在的Ip等等
Taille du Fichier 9.7 KB
Nombre d'Installations 43
Version Actuelle 1.0.0
Dernière Mise à Jour 2017-07-07
Date de Publication 2017-07-07
Développeur jinglupeng
Type de Paiement free
Site Web de l'Extension http://git.oschina.net/mocha/chrome-host
URL de la Page d'Aide http://git.oschina.net/mocha/chrome-host
Langues Prises en Charge 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"
}