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 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Test your regular expressions in javascript. Features: Live results, replace matches, color highlights and saving state."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Reggie - Expression Tester एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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"
    ]
}