RegEx Test & Search

RegEx Test & Search : Test, Research and Learn regular expression with this new extension.

Cos'è RegEx Test & Search?

RegEx Test & Search è un'estensione di Chrome sviluppata da Briac Le Moing, e la sua funzione principale è "RegEx Test & Search : Test, Research and Learn regular expression with this new extension.".

Screenshot dell'Estensione

screenshot
screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione RegEx Test & Search

Scarica i file di estensione RegEx Test & Search 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

                        RegEx Test & Search let you try your regexp and use it to search a element on the page.

The search part can be fixed to the bottom of the current page.

This extension contain list of useful regular expression and in an other part a description of almost each element in regular expression.                    

Informazioni di Base sull'Estensione

Nome RegEx Test & Search RegEx Test & Search
ID bfmmfnihhlgipjdickblkokdnladphfe
URL Ufficiale https://chromewebstore.google.com/detail/regex-test-search/bfmmfnihhlgipjdickblkokdnladphfe
Descrizione RegEx Test & Search : Test, Research and Learn regular expression with this new extension.
Dimensione del File 164 KB
Conteggio Installazioni 416
Versione Corrente 1.2
Ultimo Aggiornamento 2016-07-28
Data di Pubblicazione 2016-07-28
Valutazione 2.40/5 Totale 5 Valutazioni
Sviluppatore Briac Le Moing
Tipo di Pagamento free
Lingue Supportate en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "RegEx Test & Search",
    "description": "RegEx Test & Search : Test, Research and Learn regular expression with this new extension.",
    "version": "1.2",
    "browser_action": {
        "default_icon": "images\/logo.png",
        "default_popup": "popup.html"
    },
    "web_accessible_resources": [
        "search\/*",
        "search\/highlight.css",
        "search\/popup.html"
    ],
    "permissions": [
        "activeTab"
    ]
}