javascript regexp tester.

regular expression test by javascript.

Cos'è javascript regexp tester.?

javascript regexp tester. è un'estensione di Chrome sviluppata da motrohi, e la sua funzione principale è "regular expression test by javascript.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione javascript regexp tester.

Scarica i file di estensione javascript regexp tester. 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

                        Using a regular expression of javascript.

This extension, rather than to search for a regular expression HTML page, 
You or to test the javascript regular expression to capture the selected text in the HTML page.

Or, it is a tool to test regular expressions of javascript easily.                    

Informazioni di Base sull'Estensione

Nome javascript regexp tester. javascript regexp tester.
ID bncbgmmhpdaddlblolbpflngclbachab
URL Ufficiale https://chrome.google.com/webstore/detail/javascript-regexp-tester/bncbgmmhpdaddlblolbpflngclbachab
Descrizione regular expression test by javascript.
Dimensione del File 56.25 KB
Conteggio Installazioni 337
Versione Corrente 1.0.5
Ultimo Aggiornamento 2014-06-22
Data di Pubblicazione 2014-06-22
Valutazione 3.50/5 Totale 4 Valutazioni
Sviluppatore motrohi
Tipo di Pagamento free
Lingue Supportate en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "javascript regexp tester.",
    "version": "1.0.5",
    "description": "regular expression test by javascript.",
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "index.html",
        "default_title": "javascript regexp tester"
    },
    "permissions": [
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "content_scripts": [
        {
            "all_frames": true,
            "js": [
                "jsc\/defs.js",
                "jsc\/content.js"
            ],
            "run_at": "document_end",
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*",
                "file:\/\/\/*"
            ]
        }
    ],
    "icons": {
        "16": "icon.png",
        "128": "icon128.png"
    }
}