RegExTranslator: Decode RegEx in your browser
This extension displays a translator for Regular Expressions to English and back again
Wat is RegExTranslator: Decode RegEx in your browser?
RegExTranslator: Decode RegEx in your browser is een Chrome-extensie ontwikkeld door https://regextranslator.com, en de belangrijkste functie is "This extension displays a translator for Regular Expressions to English and back again".
Extensie Screenshots
Download het CRX-bestand van de extensie RegExTranslator: Decode RegEx in your browser
Download RegExTranslator: Decode RegEx in your browser-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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.
Basisinformatie over de Extensie
Naam | RegExTranslator: Decode RegEx in your browser |
ID | dndiklaphienblglocjmgplamipmocdo |
Officiële URL | https://chromewebstore.google.com/detail/regextranslator-decode-re/dndiklaphienblglocjmgplamipmocdo |
Beschrijving | This extension displays a translator for Regular Expressions to English and back again |
Bestandsgrootte | 13.44 KB |
Aantal Installaties | 102 |
Huidige Versie | 1.0 |
Laatst Bijgewerkt | 2017-08-13 |
Publicatiedatum | 2017-08-13 |
Beoordeling | 5.00/5 Totaal 5 Beoordelingen |
Ontwikkelaar | https://regextranslator.com |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | https://regextranslator.com |
Ondersteunde Talen | 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" } } |