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 กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

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