taba11y

Visualise tab order with ease

taba11y là gì?

taba11y là một tiện ích mở rộng Chrome được phát triển bởi Peter Gould, và tính năng chính của nó là "Visualise tab order with ease".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng taba11y

Tải xuống các tệp mở rộng taba11y dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên taba11y taba11y
ID aocppmckdocdjkphmofnklcjhdidgmga
URL Chính Thức https://chromewebstore.google.com/detail/taba11y/aocppmckdocdjkphmofnklcjhdidgmga
Mô tả Visualise tab order with ease
Kích Thước Tệp 205 KB
Số Lần Cài Đặt 7,109
Phiên Bản Hiện Tại 1.20
Cập Nhật Lần Cuối 2022-09-28
Ngày Phát Hành 2020-06-23
Đánh Giá 5.00/5 Tổng số 12 Đánh Giá
Nhà Phát Triển Peter Gould
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://www.twitter.com/qualityisking
URL Trang Trợ Giúp https://www.twitter.com/qualityisking
Ngôn Ngữ Được Hỗ Trợ 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"
    ]
}