javascript regexp tester.

regular expression test by javascript.

ما هو javascript regexp tester.؟

javascript regexp tester. هو إضافة Chrome تم تطويرها بواسطة motrohi، والميزة الرئيسية لها هي "regular expression test by javascript.".

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

screenshot

تحميل ملف CRX للإضافة javascript regexp tester.

قم بتنزيل ملفات الامتداد javascript regexp tester. بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات 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"
    }
}