RegExTranslator: Decode RegEx in your browser
This extension displays a translator for Regular Expressions to English and back again
Co to jest RegExTranslator: Decode RegEx in your browser?
RegExTranslator: Decode RegEx in your browser to rozszerzenie Chrome opracowane przez https://regextranslator.com, a jego główną funkcją jest „This extension displays a translator for Regular Expressions to English and back again”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia RegExTranslator: Decode RegEx in your browser
Pobierz pliki rozszerzeń RegExTranslator: Decode RegEx in your browser w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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.
Podstawowe informacje o rozszerzeniu
Nazwa | RegExTranslator: Decode RegEx in your browser |
ID | dndiklaphienblglocjmgplamipmocdo |
Oficjalny URL | https://chromewebstore.google.com/detail/regextranslator-decode-re/dndiklaphienblglocjmgplamipmocdo |
Opis | This extension displays a translator for Regular Expressions to English and back again |
Rozmiar pliku | 13.44 KB |
Liczba instalacji | 102 |
Aktualna Wersja | 1.0 |
Ostatnia Aktualizacja | 2017-08-13 |
Data Publikacji | 2017-08-13 |
Ocena | 5.00/5 Łącznie 5 Oceny |
Deweloper | https://regextranslator.com |
[email protected] | |
Typ Płatności | free |
Strona Rozszerzenia | https://regextranslator.com |
Obsługiwane Języki | 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" } } |