RegExTranslator: Decode RegEx in your browser
This extension displays a translator for Regular Expressions to English and back again
What is RegExTranslator: Decode RegEx in your browser?
RegExTranslator: Decode RegEx in your browser is a Chrome extension developed by https://regextranslator.com, and its main feature is "This extension displays a translator for Regular Expressions to English and back again".
Extension Screenshots
Download RegExTranslator: Decode RegEx in your browser Extension CRX File
Download RegExTranslator: Decode RegEx in your browser 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
Adds a button for RegEx Translator, allowing you to open a new tab that lets you translate back and forth between English and Regular Expressions. Try it now to decode a regular expression, or to construct one with simple English.
Extension Basic Information
Name | RegExTranslator: Decode RegEx in your browser |
ID | dndiklaphienblglocjmgplamipmocdo |
Official URL | https://chromewebstore.google.com/detail/regextranslator-decode-re/dndiklaphienblglocjmgplamipmocdo |
Description | This extension displays a translator for Regular Expressions to English and back again |
File Size | 13.44 KB |
Installation Count | 102 |
Current Version | 1.0 |
Last Updated | 2017-08-13 |
Publish Date | 2017-08-13 |
Rating | 5.00/5 Total 5 Ratings |
Developer | https://regextranslator.com |
[email protected] | |
Payment Type | free |
Extension Website | https://regextranslator.com |
Supported Languages | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "RegExTranslator: Decode RegEx in your browser", "description": "This extension displays a translator for Regular Expressions to English and back again", "version": "1.0", "browser_action": { "default_icon": ".\/android-chrome-144x144.png", "default_title": "RegExTranslator" }, "background": { "scripts": [ "background.js" ], "persistent": false }, "icons": { "144": ".\/android-chrome-144x144.png", "16": "favicon-16x16.png", "32": "favicon-32x32.png" } } |