Regex Extracter
Use regex to extract the text content you need from web page
Regex Extracter là gì?
Regex Extracter là một tiện ích mở rộng Chrome được phát triển bởi zhangbohun, và tính năng chính của nó là "Use regex to extract the text content you need from web page".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Regex Extracter
Tải xuống các tệp mở rộng Regex Extracter 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
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.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Regex Extracter |
ID | hhnkaciopdblfpomobniofiiecfiibph |
URL Chính Thức | https://chromewebstore.google.com/detail/regex-extracter/hhnkaciopdblfpomobniofiiecfiibph |
Mô tả | Use regex to extract the text content you need from web page |
Kích Thước Tệp | 144 KB |
Số Lần Cài Đặt | 541 |
Phiên Bản Hiện Tại | 0.1.6 |
Cập Nhật Lần Cuối | 2021-08-30 |
Ngày Phát Hành | 2020-05-30 |
Đánh Giá | 5.00/5 Tổng số 5 Đánh Giá |
Nhà Phát Triển | zhangbohun |
[email protected] | |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | 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" } |