DigitalA11Y Tublets

DigitalA11y Tublets aid developers, testers, and designers in viewing accessibility information on web pages.

DigitalA11Y Tublets란 무엇입니까?

DigitalA11Y Tublets은(는) https://digitala11y.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "DigitalA11y Tublets aid developers, testers, and designers in viewing accessibility information on web pages."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

DigitalA11Y Tublets 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        Introducing DigitalA11Y Tublets, your go-to companion for swiftly identifying accessibility flaws in code semantics. Whether you're a developer, accessibility expert, or any professional in the accessibility sphere, this extension is tailor-made for you!
What sets DigitalA11Y Tublets apart?
It empowers you to:
1.Illuminate semantic structures like tables, landmarks, headings, and lists.
2.Pinpoint form fields and relevant defects.
3.Highlight images with or without alt text, aiding in evaluating the meaningfulness of alt text values.
4.Spotlight CSS background images, enabling you to assess the necessity for text alternatives.
5.Assist in conducting keyboard testing with focus highlights.
6.Highlight anchor tags lacking href attributes.
7.Identify elements utilizing the tabindex attribute.
8.Recognize elements employing the HTML title attribute.
9.Facilitate testing for WCAG 2.1 SC 1.3.5 Autocomplete, ensuring proper autocomplete attributes in form fields.
10.Aid in testing WCAG 2.2 SC 2.5.8 Target Size (Minimum).
11.Support testing for WCAG 2.1 SC 1.4.12: Text Spacing.
12.Simplify evaluating the focus order of web pages with intuitive ease.
13.Identify the language of the page and its segments.
What more does it offer?
It's absolutely free! This tool is a time-saver during manual accessibility audits. For novices and non-screen reader a11y testers, it's the ideal starting point!
Remember, DigitalA11Y Tublets is here to streamline your accessibility analysis process, making it efficient and accessible for all.                    

확장 프로그램 기본 정보

이름 DigitalA11Y Tublets DigitalA11Y Tublets
ID ccjeccodophadokglbdcinabgkiiakjh
공식 URL https://chromewebstore.google.com/detail/digitala11y-tublets/ccjeccodophadokglbdcinabgkiiakjh
설명 DigitalA11y Tublets aid developers, testers, and designers in viewing accessibility information on web pages.
파일 크기 162 KB
설치 횟수 1,300
현재 버전 1.2
최근 업데이트 2023-11-20
출시 날짜 2023-01-25
평점 5.00/5 총 7 개의 평점
개발자 https://digitala11y.com
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://www.digitala11y.com/
도움말 페이지 URL https://www.digitala11y.com/contact/
개인정보 보호 정책 페이지 URL https://www.digitala11y.com/privacy-policy
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "DigitalA11Y Tublets",
    "description": "DigitalA11y Tublets aid developers, testers, and designers in viewing accessibility information on web pages.",
    "version": "1.2",
    "manifest_version": 3,
    "permissions": [
        "storage",
        "activeTab",
        "scripting"
    ],
    "action": {
        "default_popup": "popup.html"
    },
    "content_scripts": [
        {
            "js": [
                "data\/jquery.js"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "icons": {
        "16": "images\/icon16.png",
        "32": "images\/icon32.png",
        "48": "images\/icon48.png",
        "128": "images\/icon128.png"
    },
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'; script-src-elem 'self' 'unsafe-inline' ;"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "data\/jquery.js"
            ],
            "matches": [
                ""
            ]
        }
    ]
}