Text to Speech
Speak the Text provided in input field
Wat is Text to Speech?
Text to Speech is een Chrome-extensie ontwikkeld door ankitkaura79, en de belangrijkste functie is "Speak the Text provided in input field".
Extensie Screenshots
Download het CRX-bestand van de extensie Text to Speech
Download Text to Speech-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
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.
Basisinformatie over de Extensie
Naam | Text to Speech |
ID | jigbklldfboaonapajdmkoaaanahlihb |
Officiële URL | https://chromewebstore.google.com/detail/text-to-speech/jigbklldfboaonapajdmkoaaanahlihb |
Beschrijving | Speak the Text provided in input field |
Bestandsgrootte | 942 KB |
Aantal Installaties | 116 |
Huidige Versie | 1.0.0 |
Laatst Bijgewerkt | 2021-03-19 |
Publicatiedatum | 2021-03-19 |
Ontwikkelaar | ankitkaura79 |
[email protected] | |
Betalingswijze | free |
Ondersteunde Talen | 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" } } |