Wiki Parser

抓取api数据返回JSON

What is Wiki Parser?

Wiki Parser is a Chrome extension developed by wuzifang, and its main feature is "抓取api数据返回JSON".

Extension Screenshots

screenshot

Download Wiki Parser Extension CRX File

Download Wiki Parser 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

                        完整抓取wiki中整个定义的对象json,异步抓取,超时提醒。支持抓取json schema格式数据。
支持了integer, bigdecimal的类型,以及数据类型的mock值优化                    

Extension Basic Information

Name Wiki Parser Wiki Parser
ID dkoklmaljholfboljaohpcjpgkafappb
Official URL https://chromewebstore.google.com/detail/wiki-parser/dkoklmaljholfboljaohpcjpgkafappb
Description 抓取api数据返回JSON
File Size 46.42 KB
Installation Count 42
Current Version 0.6.6
Last Updated 2017-11-17
Publish Date 2017-11-17
Rating 5.00/5 Total 6 Ratings
Developer wuzifang
Payment Type free
Supported Languages zh-CN
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "description": "\u6293\u53d6api\u6570\u636e\u8fd4\u56deJSON",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "manifest_version": 2,
    "name": "Wiki Parser",
    "version": "0.6.6",
    "browser_action": {
        "default_icon": "icon128.png",
        "default_title": "Wiki Parser"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/wiki.mail.netease.com\/*",
                "http:\/\/doc.hz.netease.com\/*"
            ],
            "js": [
                "content_script.js"
            ],
            "run_at": "document_end"
        }
    ],
    "web_accessible_resources": [
        "jquery.js",
        "crawle_inject.js",
        "jsonToSchema.js"
    ]
}