Regex
Regex: The ultimate Regex search ⭐️ Simply use Regex on any page with familiar Ctrl+F visuals. ✓ Ctrl+Shift+F search field ✓…
什么是Regex?
Regex是由Code Charity开发的Chrome扩展程序,该扩展的主要功能是“Regex: The ultimate Regex search ⭐️ Simply use Regex on any page with familiar Ctrl+F visuals. ✓ Ctrl+Shift+F search field ✓…”。
扩展截图
下载Regex扩展crx文件
下载Regex扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Regex: The ultimate Regex search ⭐️ Simply use Regex on any page with familiar Ctrl+F visuals. ✓ Ctrl+Shift+F search field ✓ Regex query searching ✓ Number of results per tab ✓ Scroll screen to previous/next result ✓ Highlighting search results ✓ Permanently marking up or replacing anything. Open Source! https://github.com/code-for-charity (where we work hard daily.) Please check out the source code & contribute 🎈 The Extension runs offline
扩展基本信息
名称 | Regex |
ID | pmihaiejckejbpjdnildimfkpcpnohlo |
官方URL | https://chromewebstore.google.com/detail/regex/pmihaiejckejbpjdnildimfkpcpnohlo |
简介 | Regex: The ultimate Regex search ⭐️ Simply use Regex on any page with familiar Ctrl+F visuals. ✓ Ctrl+Shift+F search field ✓… |
文件大小 | 366 KB |
安装次数 | 421 |
当前版本 | 2.0.0 |
更新时间 | 2023-03-27 |
上架时间 | 2020-05-07 |
评分 | 4.50/5 共14次评分 |
开发者 | Code Charity |
电子邮箱 | [email protected] |
付费类型 | free |
隐私政策页面URL | http://improvedtube.com/privacy |
支持的语言 | en,ru |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Regex", "version": "2.0.0", "default_locale": "en", "icons": { "16": "icons\/16.png", "32": "icons\/32.png", "48": "icons\/48.png", "128": "icons\/128.png" }, "background": { "scripts": [ "background.js" ] }, "browser_action": { "default_popup": "popup.html" }, "content_scripts": [ { "all_frames": false, "js": [ "content-script.js" ], "matches": [ " |