Wiser parser
Web pages parser
Wiser parserคืออะไร?
Wiser parser เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://wiser.work247.ru และคุณลักษณะหลักของมันคือ "Web pages parser"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Wiser parser
ดาวน์โหลดไฟล์ส่วนขยาย 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 |
อีเมล | [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\/*" ] } |