Text speaker

Pronounce selected text

Qu'est-ce que Text speaker ?

Text speaker est une extension Chrome développée par Aliaksei Kirpichenka, et sa fonction principale est "Pronounce selected text".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Text speaker

Téléchargez les fichiers d'extension Text speaker 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

                        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.                    

Informations de Base sur l'Extension

Nom Text speaker Text speaker
ID gcddknjhchnhegfnekbokipolcncpemi
URL Officiel https://chromewebstore.google.com/detail/text-speaker/gcddknjhchnhegfnekbokipolcncpemi
Description Pronounce selected text
Taille du Fichier 50.08 KB
Nombre d'Installations 267
Version Actuelle 1.0
Dernière Mise à Jour 2022-05-04
Date de Publication 2022-05-03
Développeur Aliaksei Kirpichenka
Email [email protected]
Type de Paiement free
Langues Prises en Charge 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"
    ]
}