Screen reader Only

Make off-screen screen reader only text visible to make sure SR only text has meaning and purpose.

What is Screen reader Only?

Screen reader Only is a Chrome extension developed by Laurence Lewis, and its main feature is "Make off-screen screen reader only text visible to make sure SR only text has meaning and purpose.".

Extension Screenshots

screenshot

Download Screen reader Only Extension CRX File

Download Screen reader Only extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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                    

Extension Basic Information

Name Screen reader Only Screen reader Only
ID fbfkajlfifmdaaagijbanghjmleigkee
Official URL https://chromewebstore.google.com/detail/screen-reader-only/fbfkajlfifmdaaagijbanghjmleigkee
Description Make off-screen screen reader only text visible to make sure SR only text has meaning and purpose.
File Size 77.12 KB
Installation Count 343
Current Version Final no future updates
Last Updated 2023-12-27
Publish Date 2019-02-28
Developer Laurence Lewis
Email [email protected]
Payment Type free
Supported Languages 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": [
        ""
    ],
    "background": {
        "service_worker": "extension\/service-worker.js"
    }
}