Regex Checker
This extension uses regular expressions to find important elements on webpages.
Regex Checker là gì?
Regex Checker là một tiện ích mở rộng Chrome được phát triển bởi Unknown, và tính năng chính của nó là "This extension uses regular expressions to find important elements on webpages.".
Ả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 Checker
Tải xuống các tệp mở rộng Regex Checker 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
Regex Checker uses regular expressions to find important elements on webpages. The extension finds important text on webpages and highlights. There are 2 modes of operation: manual and automatic. Automatic: - In automatic mode, a list of default regular expressions are used to parse the page and highlight important elements. - The user can add or remove expressions from the current search criteria. Manual: - In manual mode, the user enters a custom regular expression along with flags.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Regex Checker |
ID | gkcnkoebkkppbapcjifgokmpcflfhbde |
URL Chính Thức | https://chromewebstore.google.com/detail/regex-checker/gkcnkoebkkppbapcjifgokmpcflfhbde |
Mô tả | This extension uses regular expressions to find important elements on webpages. |
Kích Thước Tệp | 88.1 KB |
Số Lần Cài Đặt | 89 |
Phiên Bản Hiện Tại | 0.0.0.1 |
Cập Nhật Lần Cuối | 2017-12-09 |
Ngày Phát Hành | 2017-12-09 |
Đánh Giá | 5.00/5 Tổng số 1 Đánh Giá |
Nhà Phát Triển | Unknown |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Regex Checker", "description": "This extension uses regular expressions to find important elements on webpages.", "version": "0.0.0.1", "browser_action": { "default_icon": "img\/iconstar.png", "default_popup": "popup.html" }, "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*", " |