Text to Speech

Speak the Text provided in input field

Co to jest Text to Speech?

Text to Speech to rozszerzenie Chrome opracowane przez ankitkaura79, a jego główną funkcją jest „Speak the Text provided in input field”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot
screenshot
screenshot

Pobierz plik CRX rozszerzenia Text to Speech

Pobierz pliki rozszerzeń Text to Speech 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

                        A Simple text reader that takes text as input and speak in language selected from the dropdown.You can pause the speech by clicking on pause button and resume by clicking back on play button.                    

Podstawowe informacje o rozszerzeniu

Nazwa Text to Speech Text to Speech
ID jigbklldfboaonapajdmkoaaanahlihb
Oficjalny URL https://chromewebstore.google.com/detail/text-to-speech/jigbklldfboaonapajdmkoaaanahlihb
Opis Speak the Text provided in input field
Rozmiar pliku 942 KB
Liczba instalacji 116
Aktualna Wersja 1.0.0
Ostatnia Aktualizacja 2021-03-19
Data Publikacji 2021-03-19
Deweloper ankitkaura79
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": 2,
    "name": "Text to Speech",
    "description": "Speak the Text provided in input field",
    "version": "1.0.0",
    "icons": {
        "128": "images\/icon_128.png"
    },
    "browser_action": {
        "default_icon": "images\/icon.png",
        "default_popup": "popup.html"
    }
}