Regex Checker
This extension uses regular expressions to find important elements on webpages.
什么是Regex Checker?
Regex Checker是由Unknown开发的Chrome扩展程序,该扩展的主要功能是“This extension uses regular expressions to find important elements on webpages.”。
扩展截图
下载Regex Checker扩展crx文件
下载Regex Checker扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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.
扩展基本信息
名称 | Regex Checker |
ID | gkcnkoebkkppbapcjifgokmpcflfhbde |
官方URL | https://chromewebstore.google.com/detail/regex-checker/gkcnkoebkkppbapcjifgokmpcflfhbde |
简介 | This extension uses regular expressions to find important elements on webpages. |
文件大小 | 88.1 KB |
安装次数 | 89 |
当前版本 | 0.0.0.1 |
更新时间 | 2017-12-09 |
上架时间 | 2017-12-09 |
评分 | 5.00/5 共1次评分 |
开发者 | Unknown |
付费类型 | free |
支持的语言 | 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:\/\/*\/*", " |