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. 拡張機能の基本情報
| 名前 | |
| ID | gifnccacdbnplpmmhomaaghgakndficc |
| 公式URL | 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"
]
} | |