kwcag a11y inspector

kwcag 2.1.3 test

Cos'è kwcag a11y inspector?

kwcag a11y inspector è un'estensione di Chrome sviluppata da bearholmes, e la sua funzione principale è "kwcag 2.1.3 test".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione kwcag a11y inspector

Scarica i file di estensione kwcag a11y inspector in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        KWCAG 2.1의 2.1.3 조작 가능 검사항목을 측정하기 위한 기능 제공
1.3.3 텍스트 콘텐츠의 명도 대비 검사항목을 측정시 도움될 수 있는 보조 기능 제공

* 주의사항 : 아쉽게도 크롬의 특성상 iframe, frame 내부 문서는 확인할 수 없습니다.
* 확장프로그램 아이콘을 우클릭하면 수동계산을 하실 수 있습니다.

// 190314
일부 오류 수정. 
// 230317
구글 정책변경 대응                    

Informazioni di Base sull'Estensione

Nome kwcag a11y inspector kwcag a11y inspector
ID ngcmkfaolkgkjbddhjnhgoekgaamjibo
URL Ufficiale https://chromewebstore.google.com/detail/kwcag-a11y-inspector/ngcmkfaolkgkjbddhjnhgoekgaamjibo
Descrizione kwcag 2.1.3 test
Dimensione del File 2.78 MB
Conteggio Installazioni 1,093
Versione Corrente 0.12.0
Ultimo Aggiornamento 2023-03-20
Data di Pubblicazione 2019-03-14
Sviluppatore bearholmes
Email [email protected]
Tipo di Pagamento free
Lingue Supportate ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "kwcag a11y inspector",
    "description": "kwcag 2.1.3 test",
    "version": "0.12.0",
    "icons": {
        "16": "img\/16.png",
        "22": "img\/22.png",
        "24": "img\/24.png",
        "32": "img\/32.png",
        "48": "img\/48.png",
        "128": "img\/128-crap.png"
    },
    "action": {
        "default_icon": "img\/16.png",
        "default_title": "kwcag a11y inspector"
    },
    "background": {
        "service_worker": "js\/service-worker.js"
    },
    "options_ui": {
        "page": "option.html",
        "browser_style": true
    },
    "permissions": [
        "contextMenus",
        "tabs",
        "scripting",
        "storage"
    ],
    "host_permissions": [
        "https:\/\/*\/*",
        "http:\/\/*\/*"
    ]
}