抓取分析器

抓取分析器

Cos'è 抓取分析器?

抓取分析器 è un'estensione di Chrome sviluppata da Jessie Zhang, e la sua funzione principale è "抓取分析器".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione 抓取分析器

Scarica i file di estensione 抓取分析器 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

                                            

Informazioni di Base sull'Estensione

Nome 抓取分析器 抓取分析器
ID hfebbhhlcimkgkmnkigkpbnkgcodegcb
URL Ufficiale https://chrome.google.com/webstore/detail/%E6%8A%93%E5%8F%96%E5%88%86%E6%9E%90%E5%99%A8/hfebbhhlcimkgkmnkigkpbnkgcodegcb
Descrizione 抓取分析器
Dimensione del File 166 KB
Conteggio Installazioni 93
Versione Corrente 0.0.1
Ultimo Aggiornamento 2015-06-25
Data di Pubblicazione 2015-06-25
Sviluppatore Jessie Zhang
Tipo di Pagamento free
Lingue Supportate zh-CN
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "page": "background.html"
    },
    "devtools_page": "devtools.html",
    "browser_action": {
        "default_icon": "icon16.png",
        "default_popup": "popup.html",
        "default_title": "\u6293\u53d6\u5206\u6790\u5668"
    },
    "description": "\u6293\u53d6\u5206\u6790\u5668",
    "icons": {
        "128": "icon128.png",
        "16": "icon16.png",
        "48": "icon48.png"
    },
    "web_accessible_resources": [
        "injectscript.js"
    ],
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*"
            ],
            "js": [
                "jquery-2.0.0.min.js",
                "content_scripts.js"
            ],
            "run_at": "document_end"
        }
    ],
    "manifest_version": 2,
    "name": "\u6293\u53d6\u5206\u6790\u5668",
    "permissions": [
        "tabs",
        "activeTab",
        "webRequest",
        "webRequestBlocking",
        "debugger",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "version": "0.0.1"
}