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.”。
扩展截图
下载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 |
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 |
帮助页面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 } |