RegExTranslator: Decode RegEx in your browser

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

Cos'è RegExTranslator: Decode RegEx in your browser?

RegExTranslator: Decode RegEx in your browser è un'estensione di Chrome sviluppata da https://regextranslator.com, e la sua funzione principale è "This extension displays a translator for Regular Expressions to English and back again".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione RegExTranslator: Decode RegEx in your browser

Scarica i file di estensione RegExTranslator: Decode RegEx in your browser in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome RegExTranslator: Decode RegEx in your browser RegExTranslator: Decode RegEx in your browser
ID dndiklaphienblglocjmgplamipmocdo
URL Ufficiale https://chromewebstore.google.com/detail/regextranslator-decode-re/dndiklaphienblglocjmgplamipmocdo
Descrizione This extension displays a translator for Regular Expressions to English and back again
Dimensione del File 13.44 KB
Conteggio Installazioni 102
Versione Corrente 1.0
Ultimo Aggiornamento 2017-08-13
Data di Pubblicazione 2017-08-13
Valutazione 5.00/5 Totale 5 Valutazioni
Sviluppatore https://regextranslator.com
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://regextranslator.com
Lingue Supportate 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"
    }
}