Read Out Loud

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

Co to jest Read Out Loud?

Read Out Loud to rozszerzenie Chrome opracowane przez softapp, a jego główną funkcją jest „This extension adds a play button beside selected text on webpages, allowing users to listen to the text as speech.”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot

Pobierz plik CRX rozszerzenia Read Out Loud

Pobierz pliki rozszerzeń Read Out Loud w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

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

Podstawowe informacje o rozszerzeniu

Nazwa Read Out Loud Read Out Loud
ID ngkfbiffihjpmjfimgfkgagciademgae
Oficjalny URL https://chromewebstore.google.com/detail/read-out-loud/ngkfbiffihjpmjfimgfkgagciademgae
Opis This extension adds a play button beside selected text on webpages, allowing users to listen to the text as speech.
Rozmiar pliku 10.88 KB
Liczba instalacji 996
Aktualna Wersja 1.1.0
Ostatnia Aktualizacja 2023-03-03
Data Publikacji 2023-03-02
Deweloper softapp
E-mail [email protected]
Typ Płatności free
Obsługiwane Języki 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"
            ]
        }
    ]
}