data-qa Highlighter
Visualize data-qa´s areas in screen when click extension icon.
ما هو data-qa Highlighter؟
data-qa Highlighter هو إضافة Chrome تم تطويرها بواسطة https://albertovara.es، والميزة الرئيسية لها هي "Visualize data-qa´s areas in screen when click extension icon.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة data-qa Highlighter
قم بتنزيل ملفات الامتداد data-qa Highlighter بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
                        Visualize "data-qa" elements on screen. 
This extension helps QA and testing professionals who use "data-qa" or "data-test" attributes in HTML elements, making the content of these data attributes visible on screen.
If you need to show data-qa/data-test elements on screen, click "HIGHLIGHT data-qa" button and voilà. If you want to remove them, click on "REMOVE data-qa" button.
The extension shows the number of data elements found in the DOM. When the extension finds no items, the extension shows a demo page link to test the functionality.                     معلومات أساسية عن التمديد
| الاسم |   |  
| ID | idhhdaefanknhldagkhodblcpifdddcf | 
| عنوان URL الرسمي | https://chromewebstore.google.com/detail/data-qa-highlighter/idhhdaefanknhldagkhodblcpifdddcf | 
| الوصف | Visualize data-qa´s areas in screen when click extension icon. | 
| حجم الملف | 23.61 KB | 
| عدد التثبيتات | 415 | 
| النسخة الحالية | 3.0 | 
| آخر تحديث | 2023-12-10 | 
| تاريخ النشر | 2020-03-10 | 
| تقييم | 3.50/5 مجموع تقييمات 4 | 
| المطور | https://albertovara.es | 
| البريد الإلكتروني | [email protected] | 
| نوع الدفع | free | 
| موقع الإضافة | https://www.paradigmadigital.com/?utm_medium=dataqa-web-extension | 
| عنوان صفحة المساعدة | https://www.paradigmadigital.com/dev/crea-tus-propias-extensiones-de-navegador/ | 
| عنوان صفحة سياسة الخصوصية | https://www.paradigmadigital.com/legal | 
| اللغات المدعومة | en | 
| manifest.json | |
 {
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "data-qa Highlighter",
    "version": "3.0",
    "description": "Visualize data-qa\u00b4s areas in screen when click extension icon.",
    "permissions": [
        "activeTab",
        "scripting",
        "storage"
    ],
    "background": {
        "service_worker": "service-worker.js"
    },
    "action": {
        "default_popup": "popup.html",
        "default_icon": {
            "128": "images\/icon_128.png",
            "32": "images\/icon_32.png"
        }
    },
    "icons": {
        "128": "images\/icon_128.png",
        "32": "images\/icon_32.png"
    },
    "manifest_version": 3
}  |  |