Screen reader Only
Make off-screen screen reader only text visible to make sure SR only text has meaning and purpose.
Wat is Screen reader Only?
Screen reader Only is een Chrome-extensie ontwikkeld door Laurence Lewis, en de belangrijkste functie is "Make off-screen screen reader only text visible to make sure SR only text has meaning and purpose.".
Extensie Screenshots
Download het CRX-bestand van de extensie Screen reader Only
Download Screen reader Only-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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 Basisinformatie over de Extensie
| Naam | |
| ID | fbfkajlfifmdaaagijbanghjmleigkee |
| Officiële URL | https://chromewebstore.google.com/detail/screen-reader-only/fbfkajlfifmdaaagijbanghjmleigkee |
| Beschrijving | Make off-screen screen reader only text visible to make sure SR only text has meaning and purpose. |
| Bestandsgrootte | 77.12 KB |
| Aantal Installaties | 343 |
| Huidige Versie | Final no future updates |
| Laatst Bijgewerkt | 2023-12-27 |
| Publicatiedatum | 2019-02-28 |
| Ontwikkelaar | Laurence Lewis |
| [email protected] | |
| Betalingswijze | free |
| Ondersteunde Talen | 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": [
" | |