Text to voice
Convert text to voice to Read any page easily.
Wat is Text to voice?
Text to voice is een Chrome-extensie ontwikkeld door https://quiestmohamed.org, en de belangrijkste functie is "Convert text to voice to Read any page easily.".
Extensie Screenshots
Download het CRX-bestand van de extensie Text to voice
Download Text to voice-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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. Basisinformatie over de Extensie
| Naam | |
| ID | lemljnlginjkpamjocdkjbaadgipdmpg |
| Officiële URL | https://chromewebstore.google.com/detail/text-to-voice/lemljnlginjkpamjocdkjbaadgipdmpg |
| Beschrijving | Convert text to voice to Read any page easily. |
| Bestandsgrootte | 488 KB |
| Aantal Installaties | 61 |
| Huidige Versie | 1.2.2 |
| Laatst Bijgewerkt | 2021-10-20 |
| Publicatiedatum | 2021-10-20 |
| Ontwikkelaar | https://quiestmohamed.org |
| [email protected] | |
| Betalingswijze | free |
| Extensiewebsite | https://quiestmohamed.org |
| Help Pagina-URL | https://quiestmohamed.org |
| URL van de Privacybeleid Pagina | https://maaloma.tech/privacy-policy |
| Ondersteunde Talen | 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"
]
} | |