speakIt
This extension will speak up the text which you have selected.
Qu'est-ce que speakIt ?
speakIt est une extension Chrome développée par https://akashbijwe.github.io, et sa fonction principale est "This extension will speak up the text which you have selected.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension speakIt
Téléchargez les fichiers d'extension speakIt 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
speakIt powers to read the text on your screen aloud & it can be used in any webpage. To use SpeakIt select any text and the right click on the selected text & click on Speak. Supported Languages: English (Australia), English (India), English (United Kingdom), English (United States)
Informations de Base sur l'Extension
Nom | |
ID | kolhkkbkekanfnkhbmahmeemhlcknilk |
URL Officiel | https://chrome.google.com/webstore/detail/speakit/kolhkkbkekanfnkhbmahmeemhlcknilk |
Description | This extension will speak up the text which you have selected. |
Taille du Fichier | 12.58 KB |
Nombre d'Installations | 3,186 |
Version Actuelle | 1.1 |
Dernière Mise à Jour | 2019-03-04 |
Date de Publication | 2019-03-04 |
Évaluation | 2.67/5 Total 6 Évaluations |
Développeur | https://akashbijwe.github.io |
[email protected] | |
Type de Paiement | free |
Langues Prises en Charge | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "speakIt", "version": "1.1", "description": "This extension will speak up the text which you have selected.", "icons": { "16": "icon16.png", "64": "icon64.png", "128": "icon128.png" }, "background": { "scripts": [ "eventPage.js" ], "persistent": false }, "permissions": [ "tts", "contextMenus" ] } |