Wiser parser
Web pages parser
Wiser parserとは何ですか?
Wiser parserはhttps://wiser.work247.ruによって開発されたChromeの拡張機能で、その主な機能は「Web pages parser」です。
拡張機能のスクリーンショット
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.
拡張機能の基本情報
名前 | |
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 |
Eメール | [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\/*" ] } |