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 هو إضافة Chrome تم تطويرها بواسطة GreenOrange Studios، والميزة الرئيسية لها هي "Test your regular expressions in javascript. Features: Live results, replace matches, color highlights and saving state.".

لقطات شاشة التمديد

screenshot

تحميل ملف CRX للإضافة Reggie - Expression Tester

قم بتنزيل ملفات الامتداد Reggie - Expression Tester بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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"
    ]
}