Text to Speech
Speak the Text provided in input field
Qu'est-ce que Text to Speech ?
Text to Speech est une extension Chrome développée par ankitkaura79, et sa fonction principale est "Speak the Text provided in input field".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Text to Speech
Téléchargez les fichiers d'extension Text to Speech au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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.
Informations de Base sur l'Extension
Nom | Text to Speech |
ID | jigbklldfboaonapajdmkoaaanahlihb |
URL Officiel | https://chromewebstore.google.com/detail/text-to-speech/jigbklldfboaonapajdmkoaaanahlihb |
Description | Speak the Text provided in input field |
Taille du Fichier | 942 KB |
Nombre d'Installations | 116 |
Version Actuelle | 1.0.0 |
Dernière Mise à Jour | 2021-03-19 |
Date de Publication | 2021-03-19 |
Développeur | ankitkaura79 |
[email protected] | |
Type de Paiement | free |
Langues Prises en Charge | 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" } } |