Reggie - Expression Tester

Test your regular expressions in javascript. Features: Live results, replace matches, color highlights and saving state.

What is Reggie - Expression Tester?

Reggie - Expression Tester is a Chrome extension developed by GreenOrange Studios, and its main feature is "Test your regular expressions in javascript. Features: Live results, replace matches, color highlights and saving state.".

Extension Screenshots

screenshot

Download Reggie - Expression Tester Extension CRX File

Download Reggie - Expression 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

                        Reggie is here to help you test your regular expressions in javascript. Features include: Live results, replace matches,  and change color highlights. If you need to go to a new window Reggie has your back and will remember what you typed last so you don't lose your place.                    

Extension Basic Information

Name Reggie - Expression Tester Reggie - Expression Tester
ID gifnccacdbnplpmmhomaaghgakndficc
Official URL https://chromewebstore.google.com/detail/reggie-expression-tester/gifnccacdbnplpmmhomaaghgakndficc
Description Test your regular expressions in javascript. Features: Live results, replace matches, color highlights and saving state.
File Size 15.62 KB
Installation Count 155
Current Version 0.2
Last Updated 2016-06-19
Publish Date 2016-06-19
Rating 5.00/5 Total 2 Ratings
Developer GreenOrange Studios
Payment Type free
Supported Languages en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "author": "Brennan Thompson",
    "name": "Reggie - Expression Tester",
    "short_name": "Reggie",
    "description": "Test your regular expressions in javascript. Features: Live results, replace matches, color highlights and saving state.",
    "version": "0.2",
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
    "browser_action": {
        "default_icon": "img\/icon-20.png",
        "default_popup": "index.html"
    },
    "background": {
        "scripts": [
            "js\/events.js"
        ],
        "persistent": false
    },
    "icons": {
        "16": "img\/icon-16.png",
        "48": "img\/icon-48.png",
        "128": "img\/icon-128.png"
    },
    "permissions": [
        "storage"
    ]
}