taba11y

Visualise tab order with ease

taba11y란 무엇입니까?

taba11y은(는) Peter Gould에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Visualise tab order with ease"입니다.

확장 프로그램 스크린샷

screenshot

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

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

확장 프로그램 사용 설명서

                        taba11y calculates the tab order of all elements and displays it visually, either by drawing a path or by highlighting the elements. It has many options to suit every situation.

Tab order is important for a wide range of users, from keyboard-only to screenreader users. By ensuring that the tab order is logical, you can provide a great user experience for as many people as possible.                    

확장 프로그램 기본 정보

이름 taba11y taba11y
ID aocppmckdocdjkphmofnklcjhdidgmga
공식 URL https://chromewebstore.google.com/detail/taba11y/aocppmckdocdjkphmofnklcjhdidgmga
설명 Visualise tab order with ease
파일 크기 205 KB
설치 횟수 7,109
현재 버전 1.20
최근 업데이트 2022-09-28
출시 날짜 2020-06-23
평점 5.00/5 총 12 개의 평점
개발자 Peter Gould
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://www.twitter.com/qualityisking
도움말 페이지 URL https://www.twitter.com/qualityisking
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "taba11y",
    "version": "1.20",
    "description": "Visualise tab order with ease",
    "browser_action": {
        "default_title": "taba11y - Visualise tab order with ease",
        "default_popup": "popup.min.html"
    },
    "icons": {
        "16": "logo-16.png",
        "32": "logo-32.png",
        "48": "logo-48.png",
        "128": "logo-128.png"
    },
    "manifest_version": 2,
    "permissions": [
        "activeTab",
        "storage"
    ],
    "content_security_policy": "script-src 'self' https:\/\/www.google-analytics.com; object-src 'self'",
    "web_accessible_resources": [
        "canvas.min.css",
        "clipboard.png",
        "external-link.png",
        "facebook.png",
        "infinite.png",
        "linkedin.png",
        "logo.png",
        "logo-animated.gif",
        "logo-white-16.png",
        "logo-white-32.png",
        "sticky.png",
        "tippy-shift-away.min.css",
        "twitter.png",
        "warning.png",
        "whatsapp.png"
    ]
}