data-qa Highlighter

Visualize data-qa´s areas in screen when click extension icon.

What is data-qa Highlighter?

data-qa Highlighter is a Chrome extension developed by https://albertovara.es, and its main feature is "Visualize data-qa´s areas in screen when click extension icon.".

Extension Screenshots

screenshot

Download data-qa Highlighter Extension CRX File

Download data-qa Highlighter extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name data-qa Highlighter data-qa Highlighter
ID idhhdaefanknhldagkhodblcpifdddcf
Official URL https://chromewebstore.google.com/detail/data-qa-highlighter/idhhdaefanknhldagkhodblcpifdddcf
Description Visualize data-qa´s areas in screen when click extension icon.
File Size 23.61 KB
Installation Count 415
Current Version 3.0
Last Updated 2023-12-10
Publish Date 2020-03-10
Rating 3.50/5 Total 4 Ratings
Developer https://albertovara.es
Email [email protected]
Payment Type free
Extension Website https://www.paradigmadigital.com/?utm_medium=dataqa-web-extension
Help Page URL https://www.paradigmadigital.com/dev/crea-tus-propias-extensiones-de-navegador/
Privacy Policy Page URL https://www.paradigmadigital.com/legal
Supported Languages 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
}