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
公式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
Eメール [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
}