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 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
                        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.                     확장 프로그램 기본 정보
| 이름 |   |  
| 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
}  |  |