Screen reader Only
Make off-screen screen reader only text visible to make sure SR only text has meaning and purpose.
什么是Screen reader Only?
Screen reader Only是由Laurence Lewis开发的Chrome扩展程序,该扩展的主要功能是“Make off-screen screen reader only text visible to make sure SR only text has meaning and purpose.”。
扩展截图
下载Screen reader Only扩展crx文件
下载Screen reader Only扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
This extension is no longer being maintained. There is a new extension A11y Quick Check that incorporates the screen reader only and many other handy checks for accessibility.
https://chromewebstore.google.com/detail/a11y-quick-check/jlamgighkcjniljcdfpnhiemcakibepi 扩展基本信息
| 名称 | |
| ID | fbfkajlfifmdaaagijbanghjmleigkee |
| 官方URL | https://chromewebstore.google.com/detail/screen-reader-only/fbfkajlfifmdaaagijbanghjmleigkee |
| 简介 | Make off-screen screen reader only text visible to make sure SR only text has meaning and purpose. |
| 文件大小 | 77.12 KB |
| 安装次数 | 343 |
| 当前版本 | Final no future updates |
| 更新时间 | 2023-12-27 |
| 上架时间 | 2019-02-28 |
| 开发者 | Laurence Lewis |
| 电子邮箱 | [email protected] |
| 付费类型 | free |
| 支持的语言 | en-GB |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Screen reader Only",
"short_name": "Show SR",
"version": "2501.2023.12.27",
"version_name": "Final no future updates",
"manifest_version": 3,
"description": "Make off-screen screen reader only text visible to make sure SR only text has meaning and purpose.",
"minimum_chrome_version": "92",
"icons": {
"16": "extension\/icons\/icon-16.png",
"48": "extension\/icons\/icon-48.png",
"128": "extension\/icons\/icon-128.png"
},
"action": {
"default_popup": "extension\/ui\/popup.html",
"default_icon": {
"16": "extension\/icons\/icon-16.png",
"48": "extension\/icons\/icon-48.png"
},
"default_title": "SR Only"
},
"permissions": [
"storage",
"activeTab",
"scripting",
"webNavigation"
],
"host_permissions": [
" | |