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 مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
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"
]
} | |