Text to voice
Convert text to voice to Read any page easily.
Co to jest Text to voice?
Text to voice to rozszerzenie Chrome opracowane przez https://quiestmohamed.org, a jego główną funkcją jest „Convert text to voice to Read any page easily.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Text to voice
Pobierz pliki rozszerzeń Text to voice 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
Read aloud the current web-page article with one click, using text to speech coverter, in many languages.
Text to voice uses text-to-speech (TTS) technology to convert webpage text to audio. It works on a variety of websites, including news sites, blogs, fan fiction, publications, textbooks, school and class websites, and online university course materials.
How to use Text to voice:
Copy text and past it inside "text to voice" extension; or select text. you'll see read button in contextmenus and click there.
It's easy, fast and useful. Podstawowe informacje o rozszerzeniu
| Nazwa | |
| ID | lemljnlginjkpamjocdkjbaadgipdmpg |
| Oficjalny URL | https://chromewebstore.google.com/detail/text-to-voice/lemljnlginjkpamjocdkjbaadgipdmpg |
| Opis | Convert text to voice to Read any page easily. |
| Rozmiar pliku | 488 KB |
| Liczba instalacji | 61 |
| Aktualna Wersja | 1.2.2 |
| Ostatnia Aktualizacja | 2021-10-20 |
| Data Publikacji | 2021-10-20 |
| Deweloper | https://quiestmohamed.org |
| [email protected] | |
| Typ Płatności | free |
| Strona Rozszerzenia | https://quiestmohamed.org |
| Adres URL Strony Pomocy | https://quiestmohamed.org |
| Adres URL Strony Polityki Prywatności | https://maaloma.tech/privacy-policy |
| Obsługiwane Języki | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "Text to voice",
"version": "1.2.2",
"description": "Convert text to voice to Read any page easily.",
"icons": {
"16": "images\/16.png",
"48": "images\/48.png",
"128": "images\/128.png"
},
"browser_action": {
"default_icon": {
"19": "images\/19.png",
"38": "images\/38.png"
},
"default_title": "text to voice converter",
"default_popup": "the-speech.html"
},
"background": {
"scripts": [
"js\/the-background.js"
]
},
"permissions": [
"contextMenus",
"storage"
]
} | |