Text speaker
Pronounce selected text
Was ist Text speaker?
Text speaker ist eine Chrome-Erweiterung, die von Aliaksei Kirpichenka entwickelt wurde, und ihr Hauptmerkmal ist "Pronounce selected text".
Erweiterungsscreenshots
Text speaker-Erweiterungs-CRX-Datei herunterladen
Laden Sie Text speaker-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
The extension is designed to pronounce selected text, which can be helpful to people who struggles with eyesight, read small-size text, doing 2 deals at the same time (like listening some text and writing email).
You would need to:
- select text you want to pronounce
- put your mouth in this area
- right click
- Pronounce
If you want to stop speech, you can do it at anytime by right-clicking on any other place (except selected area) > Stop speech
Additional functionalities that are available: change voices (that are available for your operating system), adjust enqueue, pitch, rate and volume. Grundlegende Informationen zur Erweiterung
| Name | |
| ID | gcddknjhchnhegfnekbokipolcncpemi |
| Offizielle URL | https://chromewebstore.google.com/detail/text-speaker/gcddknjhchnhegfnekbokipolcncpemi |
| Beschreibung | Pronounce selected text |
| Dateigröße | 50.08 KB |
| Installationsanzahl | 267 |
| Aktuelle Version | 1.0 |
| Letztes Update | 2022-05-04 |
| Veröffentlichungsdatum | 2022-05-03 |
| Entwickler | Aliaksei Kirpichenka |
| [email protected] | |
| Zahlungsart | free |
| Unterstützte Sprachen | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 3,
"name": "Text speaker",
"description": "Pronounce selected text",
"version": "1.0",
"action": {
"default_popup": "popup.html"
},
"icons": {
"16": "\/icons\/16.png",
"48": "\/icons\/48.png",
"128": "\/icons\/128.png"
},
"background": {
"service_worker": "background.js"
},
"permissions": [
"tts",
"storage",
"contextMenus"
]
} | |