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 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย GreenOrange Studios และคุณลักษณะหลักของมันคือ "Test your regular expressions in javascript. Features: Live results, replace matches, color highlights and saving state."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Reggie - Expression Tester
ดาวน์โหลดไฟล์ส่วนขยาย 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"
]
} | |