RegEx Test & Search
RegEx Test & Search : Test, Research and Learn regular expression with this new extension.
What is RegEx Test & Search?
RegEx Test & Search is a Chrome extension developed by Briac Le Moing, and its main feature is "RegEx Test & Search : Test, Research and Learn regular expression with this new extension.".
Extension Screenshots
Download RegEx Test & Search Extension CRX File
Download RegEx Test & Search extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | RegEx Test & Search |
ID | bfmmfnihhlgipjdickblkokdnladphfe |
Official URL | https://chromewebstore.google.com/detail/regex-test-search/bfmmfnihhlgipjdickblkokdnladphfe |
Description | RegEx Test & Search : Test, Research and Learn regular expression with this new extension. |
File Size | 164 KB |
Installation Count | 416 |
Current Version | 1.2 |
Last Updated | 2016-07-28 |
Publish Date | 2016-07-28 |
Rating | 2.40/5 Total 5 Ratings |
Developer | Briac Le Moing |
Payment Type | free |
Supported Languages | 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" ] } |