Text to Speak
Selected Text will be spoken
Vad är Text to Speak?
Text to Speak är en Chrome-tillägg utvecklad av techworks, och dess huvudfunktion är "Selected Text will be spoken".
Tilläggsskärmbilder
Ladda ner Text to Speak-förlängningens CRX-fil
Ladda ner Text to Speak-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
Its very simple extension. Select the text from the website you visited and use right click and Select "Text to speak". For any queries/Help, please reach out to us on [email protected] Grundläggande Information om Tillägg
| Namn | |
| ID | mbjkjhdfcibocgkbmdbbicdaeninpcco |
| Officiell webbadress | https://chromewebstore.google.com/detail/text-to-speak/mbjkjhdfcibocgkbmdbbicdaeninpcco |
| Beskrivning | Selected Text will be spoken |
| Filstorlek | 11.4 KB |
| Antal Installationer | 97 |
| Aktuell Version | 1.0 |
| Senast Uppdaterad | 2022-01-25 |
| Publiceringsdatum | 2022-01-24 |
| Betyg | 5.00/5 Totalt 2 Betyg |
| Utvecklare | techworks |
| 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": 3,
"author": "Intelligent Web Works",
"name": "Text to Speak",
"version": "1.0",
"description": "Selected Text will be spoken ",
"icons": {
"16": "tts16.png",
"32": "tts32.png",
"48": "tts48.png",
"128": "tts128.png"
},
"background": {
"service_worker": "background.js",
"persistant": false
},
"permissions": [
"contextMenus",
"tts"
]
} | |