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
官方網址 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\/*"
    ]
}