RegExTranslator: Decode RegEx in your browser

This extension displays a translator for Regular Expressions to English and back again

Co je RegExTranslator: Decode RegEx in your browser?

RegExTranslator: Decode RegEx in your browser je rozšíření Chrome vyvinuté https://regextranslator.com, a jeho hlavní funkcí je „This extension displays a translator for Regular Expressions to English and back again“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření RegExTranslator: Decode RegEx in your browser

Stáhněte si soubory rozšíření RegExTranslator: Decode RegEx in your browser ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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.                    

Základní Informace o Rozšíření

Název RegExTranslator: Decode RegEx in your browser RegExTranslator: Decode RegEx in your browser
ID dndiklaphienblglocjmgplamipmocdo
Oficiální URL https://chromewebstore.google.com/detail/regextranslator-decode-re/dndiklaphienblglocjmgplamipmocdo
Popis This extension displays a translator for Regular Expressions to English and back again
Velikost souboru 13.44 KB
Počet instalací 102
Aktuální Verze 1.0
Poslední Aktualizace 2017-08-13
Datum Vydání 2017-08-13
Hodnocení 5.00/5 Celkem 5 Hodnocení
Vývojář https://regextranslator.com
E-mail [email protected]
Typ Platby free
Webové stránky Rozšíření https://regextranslator.com
Podporované Jazyky 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"
    }
}