Screen Reader with On-Off Button

A screen reader you can turn on and off with the click of a button.

Screen Reader with On-Off Buttonとは何ですか?

Screen Reader with On-Off ButtonはEPTによって開発されたChromeの拡張機能で、その主な機能は「A screen reader you can turn on and off with the click of a button.」です。

拡張機能のスクリーンショット

screenshot
screenshot
screenshot
screenshot

Screen Reader with On-Off Button拡張機能のCRXファイルをダウンロード

Screen Reader with On-Off Button拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        Description:

Make web browsing, web development, or website testing more accessible with the Screen Reader with On/Off Button extension. Designed with developers and users in mind, this frictionless, convenient tool provides a quick and hassle-free way to experience websites through screen reading capabilities. This extension reads ARIA labels, as well as  visible elements on the page.


Key Features:
1. Convenient On/Off Button: Enable or disable the screen reading functionality with a simple and convenient toggle button that appears. Frictionlessly switch between regular browsing and screen reading, providing full control and flexibility.
2. Effortless Accessibility: Enable screen reading functionality to have web content read aloud, allowing developers to easily identify and verify the accessibility of their websites.
3. Streamlined Navigation with Keyboard Accessibility: Navigate through web pages using intuitive keyboard shortcuts and easily track the currently focused element with a customizable highlight, simplifying the testing process. The extension can also be fully accessed with mouse interactions.
4. Rapid Insights: Retrieve essential information about elements on the page, including tags, text content, links, form controls, and more. Gain quick insights into the structure and content of websites.
5. Meta Description Reading: Instantly access website descriptions provided in meta tags, enabling a quick overview of page content before diving in.
6. User-Friendly Experience: Enjoy a user-friendly interface and intuitive controls, ensuring a seamless and convenient experience while leveraging screen reading capabilities.
7. Designed for Convenience: Tailored specifically for both developers and users looking for a straightforward screen reader solution that’s easy-to-use, and easy to download.

Note: The Screen Reader With On/Off Button is not intended as a comprehensive screen reader solution for visually impaired users. It is designed for those looking for a quick, convenient, and simple screen reader tool.

Experience the power of frictionless screen reading at your fingertips today!                    

拡張機能の基本情報

名前 Screen Reader with On-Off Button Screen Reader with On-Off Button
ID opfcfblanbkggiclagpppaegfcipejlc
公式URL https://chromewebstore.google.com/detail/screen-reader-with-on-off/opfcfblanbkggiclagpppaegfcipejlc
説明 A screen reader you can turn on and off with the click of a button.
ファイルサイズ 21.3 KB
インストール数 106
現在のバージョン 1.0
最終更新日 2023-07-21
公開日 2023-07-20
開発者 EPT
Eメール [email protected]
支払い方法 free
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Screen Reader with On-Off Button",
    "version": "1.0",
    "description": "A screen reader you can turn on and off with the click of a button.",
    "permissions": [
        "storage",
        "tabs"
    ],
    "icons": {
        "16": "icon16p.png",
        "48": "icon48p.png",
        "128": "icon128p.png"
    },
    "background": {
        "service_worker": "background.js"
    },
    "action": {
        "default_popup": "popup.html"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "content_script.js"
            ]
        }
    ]
}