Reggie - Expression Tester
Test your regular expressions in javascript. Features: Live results, replace matches, color highlights and saving state.
什麼是Reggie - Expression Tester?
Reggie - Expression Tester是由GreenOrange Studios開發的Chrome擴展程式,該擴展的主要功能是“Test your regular expressions in javascript. Features: Live results, replace matches, color highlights and saving state.”。
擴展截圖
下載Reggie - Expression Tester擴展crx文件
下載Reggie - Expression Tester擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Reggie is here to help you test your regular expressions in javascript. Features include: Live results, replace matches, and change color highlights. If you need to go to a new window Reggie has your back and will remember what you typed last so you don't lose your place.
擴展基本資訊
名稱 | Reggie - Expression Tester |
ID | gifnccacdbnplpmmhomaaghgakndficc |
官方網址 | https://chromewebstore.google.com/detail/reggie-expression-tester/gifnccacdbnplpmmhomaaghgakndficc |
簡介 | Test your regular expressions in javascript. Features: Live results, replace matches, color highlights and saving state. |
檔案大小 | 15.62 KB |
安裝次數 | 155 |
目前版本 | 0.2 |
更新時間 | 2016-06-19 |
上架時間 | 2016-06-19 |
評分 | 5.00/5 共 2 次評分 |
開發者 | GreenOrange Studios |
付費類型 | free |
支援的語言 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "author": "Brennan Thompson", "name": "Reggie - Expression Tester", "short_name": "Reggie", "description": "Test your regular expressions in javascript. Features: Live results, replace matches, color highlights and saving state.", "version": "0.2", "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'", "browser_action": { "default_icon": "img\/icon-20.png", "default_popup": "index.html" }, "background": { "scripts": [ "js\/events.js" ], "persistent": false }, "icons": { "16": "img\/icon-16.png", "48": "img\/icon-48.png", "128": "img\/icon-128.png" }, "permissions": [ "storage" ] } |