Ally-Oop Accessibility Tools
A few simple tools for use in testing website accessibility.
什么是Ally-Oop Accessibility Tools?
Ally-Oop Accessibility Tools是由[email protected]开发的Chrome扩展程序,该扩展的主要功能是“A few simple tools for use in testing website accessibility.”。
扩展截图
下载Ally-Oop Accessibility Tools扩展crx文件
下载Ally-Oop Accessibility Tools扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
A set of small page accessibility testing tools - greyscale the page, disable all CSS, remove all graphics, remove all videos and iframes. 扩展基本信息
| 名称 | |
| ID | mipgcghjijohndelfefkmbedjbipinah |
| 官方URL | https://chromewebstore.google.com/detail/ally-oop-accessibility-to/mipgcghjijohndelfefkmbedjbipinah |
| 简介 | A few simple tools for use in testing website accessibility. |
| 文件大小 | 22.17 KB |
| 安装次数 | 33 |
| 当前版本 | 0.1.2 |
| 更新时间 | 2020-12-10 |
| 上架时间 | 2020-11-25 |
| 开发者 | [email protected] |
| 电子邮箱 | [email protected] |
| 付费类型 | free |
| 扩展官网 | https://github.com/wa-rren-dev/a11y-oop-chromium/ |
| 帮助页面URL | https://github.com/wa-rren-dev/a11y-oop-chromium/issues |
| 支持的语言 | en-GB |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Ally-Oop Accessibility Tools",
"description": "A few simple tools for use in testing website accessibility.",
"version": "0.1.2",
"browser_action": {
"default_title": "Open accessibility tools",
"default_icon": "icon.png",
"default_popup": "popup\/popup.html"
},
"content_scripts": [
{
"matches": [
"*:\/\/*\/*"
],
"css": [
"content\/content.css"
],
"js": [
"content\/content.js"
]
}
],
"manifest_version": 2
} | |