Regex Checker
This extension uses regular expressions to find important elements on webpages.
ما هو Regex Checker؟
Regex Checker هو إضافة Chrome تم تطويرها بواسطة Unknown، والميزة الرئيسية لها هي "This extension uses regular expressions to find important elements on webpages.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Regex Checker
قم بتنزيل ملفات الامتداد Regex Checker بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Regex Checker uses regular expressions to find important elements on webpages. The extension finds important text on webpages and highlights. There are 2 modes of operation: manual and automatic. Automatic: - In automatic mode, a list of default regular expressions are used to parse the page and highlight important elements. - The user can add or remove expressions from the current search criteria. Manual: - In manual mode, the user enters a custom regular expression along with flags.
معلومات أساسية عن التمديد
الاسم | Regex Checker |
ID | gkcnkoebkkppbapcjifgokmpcflfhbde |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/regex-checker/gkcnkoebkkppbapcjifgokmpcflfhbde |
الوصف | This extension uses regular expressions to find important elements on webpages. |
حجم الملف | 88.1 KB |
عدد التثبيتات | 89 |
النسخة الحالية | 0.0.0.1 |
آخر تحديث | 2017-12-09 |
تاريخ النشر | 2017-12-09 |
تقييم | 5.00/5 مجموع تقييمات 1 |
المطور | Unknown |
نوع الدفع | free |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Regex Checker", "description": "This extension uses regular expressions to find important elements on webpages.", "version": "0.0.0.1", "browser_action": { "default_icon": "img\/iconstar.png", "default_popup": "popup.html" }, "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*", " |