javascript regexp tester.

regular expression test by javascript.

¿Qué es javascript regexp tester.?

javascript regexp tester. es una extensión de Chrome desarrollada por motrohi, y su función principal es "regular expression test by javascript.".

Capturas de Pantalla de la Extensión

screenshot

Descargar Archivo CRX de la Extensión javascript regexp tester.

Descarga archivos de extensión javascript regexp tester. en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        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.                    

Información Básica de la Extensión

Nombre javascript regexp tester. javascript regexp tester.
ID bncbgmmhpdaddlblolbpflngclbachab
URL Oficial https://chrome.google.com/webstore/detail/javascript-regexp-tester/bncbgmmhpdaddlblolbpflngclbachab
Descripción regular expression test by javascript.
Tamaño del Archivo 56.25 KB
Cantidad de Instalaciones 337
Versión Actual 1.0.5
Última Actualización 2014-06-22
Fecha de Publicación 2014-06-22
Calificación 3.50/5 Total de 4 Calificaciones
Desarrollador motrohi
Tipo de Pago free
Idiomas Soportados 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"
    }
}