data-qa Highlighter
Visualize data-qa´s areas in screen when click extension icon.
data-qa Highlighter là gì?
data-qa Highlighter là một tiện ích mở rộng Chrome được phát triển bởi https://albertovara.es, và tính năng chính của nó là "Visualize data-qa´s areas in screen when click extension icon.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng data-qa Highlighter
Tải xuống các tệp mở rộng data-qa Highlighter dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | data-qa Highlighter |
ID | idhhdaefanknhldagkhodblcpifdddcf |
URL Chính Thức | https://chromewebstore.google.com/detail/data-qa-highlighter/idhhdaefanknhldagkhodblcpifdddcf |
Mô tả | Visualize data-qa´s areas in screen when click extension icon. |
Kích Thước Tệp | 23.61 KB |
Số Lần Cài Đặt | 415 |
Phiên Bản Hiện Tại | 3.0 |
Cập Nhật Lần Cuối | 2023-12-10 |
Ngày Phát Hành | 2020-03-10 |
Đánh Giá | 3.50/5 Tổng số 4 Đánh Giá |
Nhà Phát Triển | https://albertovara.es |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://www.paradigmadigital.com/?utm_medium=dataqa-web-extension |
URL Trang Trợ Giúp | https://www.paradigmadigital.com/dev/crea-tus-propias-extensiones-de-navegador/ |
URL Trang Chính Sách Bảo Mật | https://www.paradigmadigital.com/legal |
Ngôn Ngữ Được Hỗ Trợ | 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 } |