javascript regexp tester.

regular expression test by javascript.

什麼是javascript regexp tester.?

javascript regexp tester.是由motrohi開發的Chrome擴展程式,該擴展的主要功能是“regular expression test by javascript.”。

擴展截圖

screenshot

下載javascript regexp tester.擴展crx文件

下載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
官方網址 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"
    }
}