RegEx Test & Search
RegEx Test & Search : Test, Research and Learn regular expression with this new extension.
什么是RegEx Test & Search?
RegEx Test & Search是由Briac Le Moing开发的Chrome扩展程序,该扩展的主要功能是“RegEx Test & Search : Test, Research and Learn regular expression with this new extension.”。
扩展截图
下载RegEx Test & Search扩展crx文件
下载RegEx Test & Search扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
RegEx Test & Search let you try your regexp and use it to search a element on the page.
The search part can be fixed to the bottom of the current page.
This extension contain list of useful regular expression and in an other part a description of almost each element in regular expression. 扩展基本信息
| 名称 | |
| ID | bfmmfnihhlgipjdickblkokdnladphfe |
| 官方URL | https://chromewebstore.google.com/detail/regex-test-search/bfmmfnihhlgipjdickblkokdnladphfe |
| 简介 | RegEx Test & Search : Test, Research and Learn regular expression with this new extension. |
| 文件大小 | 164 KB |
| 安装次数 | 416 |
| 当前版本 | 1.2 |
| 更新时间 | 2016-07-28 |
| 上架时间 | 2016-07-28 |
| 评分 | 2.40/5 共5次评分 |
| 开发者 | Briac Le Moing |
| 付费类型 | free |
| 支持的语言 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "RegEx Test & Search",
"description": "RegEx Test & Search : Test, Research and Learn regular expression with this new extension.",
"version": "1.2",
"browser_action": {
"default_icon": "images\/logo.png",
"default_popup": "popup.html"
},
"web_accessible_resources": [
"search\/*",
"search\/highlight.css",
"search\/popup.html"
],
"permissions": [
"activeTab"
]
} | |