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