OkaySpeak
Right click and select the text you want us to speak out.
Was ist OkaySpeak?
OkaySpeak ist eine Chrome-Erweiterung, die von okayramesh entwickelt wurde, und ihr Hauptmerkmal ist "Right click and select the text you want us to speak out.".
Erweiterungsscreenshots
OkaySpeak-Erweiterungs-CRX-Datei herunterladen
Laden Sie OkaySpeak-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 sole purpose of the speakit exntension is to speak loadly the selected text. This is to help the online reader who reads news, educational content or any other informtion on the web and struggle to pronounce the new/difficult words. 'Speakit' will help you, it will read out loudly the word for you so you do not quit your reading just because you are not able to prounounce a word.
Grundlegende Informationen zur Erweiterung
Name | OkaySpeak |
ID | hgnfaglopnogfojdnhcljcagcmjalhba |
Offizielle URL | https://chromewebstore.google.com/detail/okayspeak/hgnfaglopnogfojdnhcljcagcmjalhba |
Beschreibung | Right click and select the text you want us to speak out. |
Dateigröße | 10.09 KB |
Installationsanzahl | 610 |
Aktuelle Version | 1.1 |
Letztes Update | 2019-09-22 |
Veröffentlichungsdatum | 2019-09-22 |
Bewertung | 3.50/5 Insgesamt 4 Bewertungen |
Entwickler | okayramesh |
[email protected] | |
Zahlungsart | free |
Unterstützte Sprachen | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "version": "1.1", "name": "OkaySpeak", "short_name": "Speak loudly", "description": "Right click and select the text you want us to speak out.", "icons": { "128": "icon128.png", "48": "icon48.png", "16": "icon16.png" }, "background": { "scripts": [ "eventPage.js" ], "persistent": false }, "permissions": [ "contextMenus", "tts" ] } |