Reggie - Expression Tester

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

什么是Reggie - Expression Tester?

Reggie - Expression Tester是由GreenOrange Studios开发的Chrome扩展程序,该扩展的主要功能是“Test your regular expressions in javascript. Features: Live results, replace matches, color highlights and saving state.”。

扩展截图

screenshot

下载Reggie - Expression Tester扩展crx文件

下载Reggie - Expression Tester扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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.                    

扩展基本信息

名称 Reggie - Expression Tester Reggie - Expression Tester
ID gifnccacdbnplpmmhomaaghgakndficc
官方URL https://chromewebstore.google.com/detail/reggie-expression-tester/gifnccacdbnplpmmhomaaghgakndficc
简介 Test your regular expressions in javascript. Features: Live results, replace matches, color highlights and saving state.
文件大小 15.62 KB
安装次数 155
当前版本 0.2
更新时间 2016-06-19
上架时间 2016-06-19
评分 5.00/5 共2次评分
开发者 GreenOrange Studios
付费类型 free
支持的语言 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"
    ]
}