TTS

Make the browser speak!

Qu'est-ce que TTS ?

TTS est une extension Chrome développée par Calvin, et sa fonction principale est "Make the browser speak!".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension TTS

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

                        Type/paste in any text and have Chrome read it out for you.

Update 29/06/16 V1.1: You can now select text on a web page > right click > say this 

Update 10/01/17 V1.2: Added options to the popup in the toolbar (click the icon) and fixed a bug when reading long pieces of text                    

Informations de Base sur l'Extension

Nom TTS TTS
ID aigmpafmfnefdcdhmkoeboglhbdocohd
URL Officiel https://chromewebstore.google.com/detail/tts/aigmpafmfnefdcdhmkoeboglhbdocohd
Description Make the browser speak!
Taille du Fichier 10.46 KB
Nombre d'Installations 579
Version Actuelle 1.2
Dernière Mise à Jour 2017-04-17
Date de Publication 2017-04-17
Évaluation 3.88/5 Total 16 Évaluations
Développeur Calvin
Email [email protected]
Type de Paiement free
Langues Prises en Charge en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "TTS",
    "description": "Make the browser speak!",
    "version": "1.2",
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "permissions": [
        "tts",
        "contextMenus"
    ]
}