Read Out Loud

This extension adds a play button beside selected text on webpages, allowing users to listen to the text as speech.

Co je Read Out Loud?

Read Out Loud je rozšíření Chrome vyvinuté softapp, a jeho hlavní funkcí je „This extension adds a play button beside selected text on webpages, allowing users to listen to the text as speech.“.

Snímky obrazovky rozšíření

screenshot
screenshot

Stáhnout soubor CRX rozšíření Read Out Loud

Stáhněte si soubory rozšíření Read Out Loud ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        This extension adds a play button beside selected text on webpages, allowing users to listen to the text as speech.                    

Základní Informace o Rozšíření

Název Read Out Loud Read Out Loud
ID ngkfbiffihjpmjfimgfkgagciademgae
Oficiální URL https://chromewebstore.google.com/detail/read-out-loud/ngkfbiffihjpmjfimgfkgagciademgae
Popis This extension adds a play button beside selected text on webpages, allowing users to listen to the text as speech.
Velikost souboru 10.88 KB
Počet instalací 996
Aktuální Verze 1.1.0
Poslední Aktualizace 2023-03-03
Datum Vydání 2023-03-02
Vývojář softapp
E-mail [email protected]
Typ Platby free
Podporované Jazyky en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Read Out Loud",
    "version": "1.1.0",
    "description": "This extension adds a play button beside selected text on webpages, allowing users to listen to the text as speech.",
    "icons": {
        "16": "icon-16.png",
        "48": "icon-48.png",
        "128": "icon-128.png"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content.js"
            ]
        }
    ]
}