taba11y
Visualise tab order with ease
什么是taba11y?
taba11y是由Peter Gould开发的Chrome扩展程序,该扩展的主要功能是“Visualise tab order with ease”。
扩展截图
下载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 |
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" ] } |