taba11y

Visualise tab order with ease

taba11yとは何ですか?

taba11yはPeter Gouldによって開発されたChromeの拡張機能で、その主な機能は「Visualise tab order with ease」です。

拡張機能のスクリーンショット

screenshot

taba11y拡張機能のCRXファイルをダウンロード

taba11y拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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
Eメール [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"
    ]
}