Regex Extracter
Use regex to extract the text content you need from web page
Regex Extracterคืออะไร?
Regex Extracter เป็นส่วนขยายของ Chrome ที่พัฒนาโดย zhangbohun และคุณลักษณะหลักของมันคือ "Use regex to extract the text content you need from web page"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Regex Extracter
ดาวน์โหลดไฟล์ส่วนขยาย Regex Extracter ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
There are three text search modes: Node mode: search HTML node text, the advantage is that can highlight the search result position. Text mode: search the webpage text you see,commonly used to search results contain hyperlink text. Source mode: search HTML source code of web pages, commonly used to search for image addresses, download links, etc.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Regex Extracter |
ID | hhnkaciopdblfpomobniofiiecfiibph |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/regex-extracter/hhnkaciopdblfpomobniofiiecfiibph |
คำอธิบาย | Use regex to extract the text content you need from web page |
ขนาดไฟล์ | 144 KB |
จำนวนการติดตั้ง | 541 |
เวอร์ชันปัจจุบัน | 0.1.6 |
อัปเดตครั้งล่าสุด | 2021-08-30 |
วันที่เผยแพร่ | 2020-05-30 |
คะแนน | 5.00/5 รวมทั้งหมด 5 คะแนน |
ผู้พัฒนา | zhangbohun |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en,zh-CN,zh-TW |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_name__", "description": "__MSG_description__", "icons": { "128": "img\/icon.png" }, "version": "0.1.6", "offline_enabled": true, "permissions": [ "clipboardWrite" ], "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'", "browser_action": { "default_title": "__MSG_name__", "default_icon": "img\/icon.png", "default_popup": "popup.html" }, "content_scripts": [ { "all_frames": true, "run_at": "document_end", "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "js\/search.js", "lib\/jquery.js" ] } ], "manifest_version": 2, "default_locale": "en" } |