Text to Speak

Selected Text will be spoken

Co to jest Text to Speak?

Text to Speak to rozszerzenie Chrome opracowane przez techworks, a jego główną funkcją jest „Selected Text will be spoken”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot

Pobierz plik CRX rozszerzenia Text to Speak

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

                        Its very simple extension. Select the text from the website you visited and use right click and Select "Text to speak". For any queries/Help, please reach out to us on [email protected]                    

Podstawowe informacje o rozszerzeniu

Nazwa Text to Speak Text to Speak
ID mbjkjhdfcibocgkbmdbbicdaeninpcco
Oficjalny URL https://chromewebstore.google.com/detail/text-to-speak/mbjkjhdfcibocgkbmdbbicdaeninpcco
Opis Selected Text will be spoken
Rozmiar pliku 11.4 KB
Liczba instalacji 97
Aktualna Wersja 1.0
Ostatnia Aktualizacja 2022-01-25
Data Publikacji 2022-01-24
Ocena 5.00/5 Łącznie 2 Oceny
Deweloper techworks
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,
    "author": "Intelligent Web Works",
    "name": "Text to Speak",
    "version": "1.0",
    "description": "Selected Text will be spoken ",
    "icons": {
        "16": "tts16.png",
        "32": "tts32.png",
        "48": "tts48.png",
        "128": "tts128.png"
    },
    "background": {
        "service_worker": "background.js",
        "persistant": false
    },
    "permissions": [
        "contextMenus",
        "tts"
    ]
}