Reggie - Expression Tester

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

Apa itu Reggie - Expression Tester?

Reggie - Expression Tester adalah ekstensi Chrome yang dikembangkan oleh GreenOrange Studios, dan fitur utamanya adalah "Test your regular expressions in javascript. Features: Live results, replace matches, color highlights and saving state.".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Reggie - Expression Tester

Unduh file ekstensi Reggie - Expression Tester dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama Reggie - Expression Tester Reggie - Expression Tester
ID gifnccacdbnplpmmhomaaghgakndficc
URL Resmi https://chromewebstore.google.com/detail/reggie-expression-tester/gifnccacdbnplpmmhomaaghgakndficc
Deskripsi Test your regular expressions in javascript. Features: Live results, replace matches, color highlights and saving state.
Ukuran File 15.62 KB
Jumlah Instalasi 155
Versi Saat Ini 0.2
Terakhir Diperbarui 2016-06-19
Tanggal Publikasi 2016-06-19
Penilaian 5.00/5 Total 2 Penilaian
Pengembang GreenOrange Studios
Tipe Pembayaran free
Bahasa yang Didukung 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"
    ]
}