Wiser parser

Web pages parser

Wiser parser là gì?

Wiser parser là một tiện ích mở rộng Chrome được phát triển bởi https://wiser.work247.ru, và tính năng chính của nó là "Web pages parser".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Wiser parser

Tải xuống các tệp mở rộng Wiser parser dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Wiser parser Wiser parser
ID hemkclkcjbndjdfiiehkpjckjfofjdgl
URL Chính Thức https://chromewebstore.google.com/detail/wiser-parser/hemkclkcjbndjdfiiehkpjckjfofjdgl
Mô tả Web pages parser
Kích Thước Tệp 378 KB
Số Lần Cài Đặt 467
Phiên Bản Hiện Tại 2.6
Cập Nhật Lần Cuối 2020-11-20
Ngày Phát Hành 2017-08-23
Đánh Giá 2.60/5 Tổng số 5 Đánh Giá
Nhà Phát Triển https://wiser.work247.ru
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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\/*"
    ]
}