RegEx Test & Search
RegEx Test & Search : Test, Research and Learn regular expression with this new extension.
RegEx Test & Searchคืออะไร?
RegEx Test & Search เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Briac Le Moing และคุณลักษณะหลักของมันคือ "RegEx Test & Search : Test, Research and Learn regular expression with this new extension."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย RegEx Test & Search
ดาวน์โหลดไฟล์ส่วนขยาย RegEx Test & Search ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
RegEx Test & Search let you try your regexp and use it to search a element on the page.
The search part can be fixed to the bottom of the current page.
This extension contain list of useful regular expression and in an other part a description of almost each element in regular expression. ข้อมูลพื้นฐานของส่วนขยาย
| ชื่อ | |
| ID | bfmmfnihhlgipjdickblkokdnladphfe |
| URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/regex-test-search/bfmmfnihhlgipjdickblkokdnladphfe |
| คำอธิบาย | RegEx Test & Search : Test, Research and Learn regular expression with this new extension. |
| ขนาดไฟล์ | 164 KB |
| จำนวนการติดตั้ง | 416 |
| เวอร์ชันปัจจุบัน | 1.2 |
| อัปเดตครั้งล่าสุด | 2016-07-28 |
| วันที่เผยแพร่ | 2016-07-28 |
| คะแนน | 2.40/5 รวมทั้งหมด 5 คะแนน |
| ผู้พัฒนา | Briac Le Moing |
| ประเภทการชำระเงิน | free |
| ภาษาที่รองรับ | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "RegEx Test & Search",
"description": "RegEx Test & Search : Test, Research and Learn regular expression with this new extension.",
"version": "1.2",
"browser_action": {
"default_icon": "images\/logo.png",
"default_popup": "popup.html"
},
"web_accessible_resources": [
"search\/*",
"search\/highlight.css",
"search\/popup.html"
],
"permissions": [
"activeTab"
]
} | |