Right Click to TTS

Speak highlighted text. Text to speach

Qu'est-ce que Right Click to TTS ?

Right Click to TTS est une extension Chrome développée par Odd, et sa fonction principale est "Speak highlighted text. Text to speach".

Télécharger le fichier CRX de l'extension Right Click to TTS

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

                        Simple Text To Speech Plugin

Select text and right click or press extension button to speak text.                    

Informations de Base sur l'Extension

Nom Right Click to TTS Right Click to TTS
ID econbhkmgcdheboblimjmppkambklkfn
URL Officiel https://chrome.google.com/webstore/detail/right-click-to-tts/econbhkmgcdheboblimjmppkambklkfn
Description Speak highlighted text. Text to speach
Taille du Fichier 9.47 KB
Nombre d'Installations 501
Version Actuelle 1.0
Dernière Mise à Jour 2017-11-14
Date de Publication 2017-11-14
Évaluation 4.67/5 Total 3 Évaluations
Développeur Odd
Type de Paiement free
Langues Prises en Charge en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Right Click to TTS",
    "description": "Speak highlighted text. Text to speach",
    "version": "1.0",
    "permissions": [
        "contextMenus",
        "activeTab",
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "browser_action": {
        "default_title": "TextToSpeach"
    },
    "icons": {
        "128": "icon128.png"
    },
    "manifest_version": 2
}