Screen reader Only

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

O que é Screen reader Only?

Screen reader Only é uma extensão do Chrome desenvolvida por Laurence Lewis, e sua principal característica é "Make off-screen screen reader only text visible to make sure SR only text has meaning and purpose.".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Screen reader Only

Baixe arquivos de extensão Screen reader Only no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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                    

Informações Básicas da Extensão

Nome Screen reader Only Screen reader Only
ID fbfkajlfifmdaaagijbanghjmleigkee
URL Oficial https://chromewebstore.google.com/detail/screen-reader-only/fbfkajlfifmdaaagijbanghjmleigkee
Descrição Make off-screen screen reader only text visible to make sure SR only text has meaning and purpose.
Tamanho do Arquivo 77.12 KB
Contagem de Instalações 343
Versão Atual Final no future updates
Última Atualização 2023-12-27
Data de Publicação 2019-02-28
Desenvolvedor Laurence Lewis
Email [email protected]
Tipo de Pagamento free
Idiomas Suportados 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"
    }
}