javascript regexp tester.
regular expression test by javascript.
什么是javascript regexp tester.?
javascript regexp tester.是由motrohi开发的Chrome扩展程序,该扩展的主要功能是“regular expression test by javascript.”。
扩展截图
下载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.
扩展基本信息
名称 | |
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" } } |