Wiser parser

Web pages parser

什么是Wiser parser?

Wiser parser是由https://wiser.work247.ru开发的Chrome扩展程序,该扩展的主要功能是“Web pages parser”。

扩展截图

screenshot
screenshot
screenshot
screenshot
screenshot

下载Wiser parser扩展crx文件

下载Wiser parser扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        Wiser - web parser.
Takes HTML page(s) and parsing scheme, returns data structure defined by parsing scheme, filled with data from the page(s).
Parsing schemes can be stored in local browser storage or on the server.
Extnension includes parsing scheme editor and parser itself.
This is full cycle solution. You can create parsing schemes and get results on client side - in browser. Furthermore, you can save your schemes on server and use server-side parsing with some restrictions.
Parsing scheme supports XPath and CSS Selectors, element attributes, element text, textcontent (with descendants), html content, regex processing and more.                    

扩展基本信息

名称 Wiser parser Wiser parser
ID hemkclkcjbndjdfiiehkpjckjfofjdgl
官方URL https://chromewebstore.google.com/detail/wiser-parser/hemkclkcjbndjdfiiehkpjckjfofjdgl
简介 Web pages parser
文件大小 378 KB
安装次数 467
当前版本 2.6
更新时间 2020-11-20
上架时间 2017-08-23
评分 2.60/5 共5次评分
开发者 https://wiser.work247.ru
电子邮箱 [email protected]
付费类型 free
支持的语言 en,ru
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Wiser parser",
    "short_name": "__MSG_ShortName__",
    "version": "2.6",
    "default_locale": "en",
    "description": "__MSG_ExtDesc__",
    "icons": {
        "16": "icon16.png",
        "32": "icon32.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "browser_action": {
        "default_title": "__MSG_Tooltip__"
    },
    "background": {
        "scripts": [
            "eventpage.js"
        ],
        "persistent": false
    },
    "options_ui": {
        "page": "options\/options.html",
        "chrome_style": true
    },
    "minimum_chrome_version": "53",
    "permissions": [
        "storage",
        "activeTab",
        "tabs",
        "http:\/\/*\/",
        "https:\/\/*\/"
    ],
    "web_accessible_resources": [
        "_locales\/*",
        "editor\/*",
        "wsplugins\/*"
    ]
}