javascript regexp tester.

regular expression test by javascript.

What is javascript regexp tester.?

javascript regexp tester. is a Chrome extension developed by motrohi, and its main feature is "regular expression test by javascript.".

Extension Screenshots

screenshot

Download javascript regexp tester. Extension CRX File

Download javascript regexp tester. extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name javascript regexp tester. javascript regexp tester.
ID bncbgmmhpdaddlblolbpflngclbachab
Official URL https://chrome.google.com/webstore/detail/javascript-regexp-tester/bncbgmmhpdaddlblolbpflngclbachab
Description regular expression test by javascript.
File Size 56.25 KB
Installation Count 337
Current Version 1.0.5
Last Updated 2014-06-22
Publish Date 2014-06-22
Rating 3.50/5 Total 4 Ratings
Developer motrohi
Payment Type free
Supported Languages 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"
    }
}