抓取分析器

抓取分析器

What is 抓取分析器?

抓取分析器 is a Chrome extension developed by Jessie Zhang, and its main feature is "抓取分析器".

Extension Screenshots

screenshot

Download 抓取分析器 Extension CRX File

Download 抓取分析器 extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                                            

Extension Basic Information

Name 抓取分析器 抓取分析器
ID hfebbhhlcimkgkmnkigkpbnkgcodegcb
Official URL https://chrome.google.com/webstore/detail/%E6%8A%93%E5%8F%96%E5%88%86%E6%9E%90%E5%99%A8/hfebbhhlcimkgkmnkigkpbnkgcodegcb
Description 抓取分析器
File Size 166 KB
Installation Count 93
Current Version 0.0.1
Last Updated 2015-06-25
Publish Date 2015-06-25
Developer Jessie Zhang
Payment Type free
Supported Languages 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"
}