Text to Speech
Speak the Text provided in input field
Vad är Text to Speech?
Text to Speech är en Chrome-tillägg utvecklad av ankitkaura79, och dess huvudfunktion är "Speak the Text provided in input field".
Tilläggsskärmbilder
Ladda ner Text to Speech-förlängningens CRX-fil
Ladda ner Text to Speech-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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.
Grundläggande Information om Tillägg
Namn | Text to Speech |
ID | jigbklldfboaonapajdmkoaaanahlihb |
Officiell webbadress | https://chromewebstore.google.com/detail/text-to-speech/jigbklldfboaonapajdmkoaaanahlihb |
Beskrivning | Speak the Text provided in input field |
Filstorlek | 942 KB |
Antal Installationer | 116 |
Aktuell Version | 1.0.0 |
Senast Uppdaterad | 2021-03-19 |
Publiceringsdatum | 2021-03-19 |
Utvecklare | ankitkaura79 |
E-post | [email protected] |
Betalningssätt | free |
Stödda Språk | 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" } } |