Slang - Text to Speech
Convert the selected text to speech.
Qu'est-ce que Slang - Text to Speech ?
Slang - Text to Speech est une extension Chrome développée par https://kauer3.github.io, et sa fonction principale est "Convert the selected text to speech.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Slang - Text to Speech
Téléchargez les fichiers d'extension Slang - Text to Speech au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
Slang is a free tool that converts text of websites to speech. It can increase your productivity, help you study more effectively and is a must have if you are learning a new language. Slang shows the text in the pop-up synchronized with the speech, so that you can read along, regardless of the page you're on. Listening and reading simultaneously increases comprehension, strengthens memory, helps build fluency skills including proper phrasing and expression and improve sight word recognition! If you want to save time or keep your eyes off the screen, let Slang read the contents of a web page for you. It is very simple to use, just select the text you want to hear, open the pop-up and click on the play button or right click on the selected text and click on speak. You can also type or paste in the pop-up whatever you want to be spoken. You can change the volume, rate, pitch and voice. Supports 14 languages, some in different accents, totaling 21 different voices. Access the project's github page to give feedback, report bugs and access the source code: https://github.com/kauer3/Slang-Text-to-Speech
Informations de Base sur l'Extension
Nom | Slang - Text to Speech |
ID | enkmbkhkbdiaafkmofbmdahclajelgfh |
URL Officiel | https://chromewebstore.google.com/detail/slang-text-to-speech/enkmbkhkbdiaafkmofbmdahclajelgfh |
Description | Convert the selected text to speech. |
Taille du Fichier | 220 KB |
Nombre d'Installations | 846 |
Version Actuelle | 0.4 |
Dernière Mise à Jour | 2021-04-27 |
Date de Publication | 2020-10-31 |
Évaluation | 4.63/5 Total 8 Évaluations |
Développeur | https://kauer3.github.io |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://github.com/kauer3/Slang-Text-to-Speech |
URL de la Page d'Aide | https://github.com/kauer3/Slang-Text-to-Speech |
Langues Prises en Charge | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Slang - Text to Speech", "version": "0.4", "description": "Convert the selected text to speech.", "permissions": [ "contextMenus", "activeTab", "storage", "notifications" ], "background": { "scripts": [ "contextMenu.js", "speech.js" ], "persintent": false }, "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "browser_action": { "default_icon": "icon128.png", "default_title": "Slang", "default_popup": "popup.html" } } |