javascript regexp tester.

regular expression test by javascript.

javascript regexp tester. क्या है?

javascript regexp tester. motrohi द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "regular expression test by javascript."।

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

screenshot

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

crx प्रारूप में javascript regexp tester. एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        Using a regular expression of javascript.

This extension, rather than to search for a regular expression HTML page, 
You or to test the javascript regular expression to capture the selected text in the HTML page.

Or, it is a tool to test regular expressions of javascript easily.                    

एक्सटेंशन की मूल जानकारी

नाम javascript regexp tester. javascript regexp tester.
ID bncbgmmhpdaddlblolbpflngclbachab
आधिकारिक URL https://chrome.google.com/webstore/detail/javascript-regexp-tester/bncbgmmhpdaddlblolbpflngclbachab
विवरण regular expression test by javascript.
फ़ाइल का आकार 56.25 KB
स्थापना संख्या 337
वर्तमान संस्करण 1.0.5
अंतिम अपडेट 2014-06-22
प्रकाशन तिथि 2014-06-22
रेटिंग 3.50/5 कुल 4 रेटिंग्स
डेवलपर motrohi
भुगतान के प्रकार free
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "javascript regexp tester.",
    "version": "1.0.5",
    "description": "regular expression test by javascript.",
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "index.html",
        "default_title": "javascript regexp tester"
    },
    "permissions": [
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "content_scripts": [
        {
            "all_frames": true,
            "js": [
                "jsc\/defs.js",
                "jsc\/content.js"
            ],
            "run_at": "document_end",
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*",
                "file:\/\/\/*"
            ]
        }
    ],
    "icons": {
        "16": "icon.png",
        "128": "icon128.png"
    }
}