data-qa Highlighter

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

什麼是data-qa Highlighter?

data-qa Highlighter是由https://albertovara.es開發的Chrome擴展程式,該擴展的主要功能是“Visualize data-qa´s areas in screen when click extension icon.”。

擴展截圖

screenshot

下載data-qa Highlighter擴展crx文件

下載data-qa Highlighter擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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.                    

擴展基本資訊

名稱 data-qa Highlighter data-qa Highlighter
ID idhhdaefanknhldagkhodblcpifdddcf
官方網址 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
說明頁面URL https://www.paradigmadigital.com/dev/crea-tus-propias-extensiones-de-navegador/
隱私政策頁面URL 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
}