javascript regexp tester.

regular expression test by javascript.

javascript regexp tester. là gì?

javascript regexp tester. là một tiện ích mở rộng Chrome được phát triển bởi motrohi, và tính năng chính của nó là "regular expression test by javascript.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng javascript regexp tester.

Tải xuống các tệp mở rộng javascript regexp tester. dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên javascript regexp tester. javascript regexp tester.
ID bncbgmmhpdaddlblolbpflngclbachab
URL Chính Thức https://chrome.google.com/webstore/detail/javascript-regexp-tester/bncbgmmhpdaddlblolbpflngclbachab
Mô tả regular expression test by javascript.
Kích Thước Tệp 56.25 KB
Số Lần Cài Đặt 337
Phiên Bản Hiện Tại 1.0.5
Cập Nhật Lần Cuối 2014-06-22
Ngày Phát Hành 2014-06-22
Đánh Giá 3.50/5 Tổng số 4 Đánh Giá
Nhà Phát Triển motrohi
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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"
    }
}