Right Click to TTS

Speak highlighted text. Text to speach

Cos'è Right Click to TTS?

Right Click to TTS è un'estensione di Chrome sviluppata da Odd, e la sua funzione principale è "Speak highlighted text. Text to speach".

Scarica il file CRX dell'estensione Right Click to TTS

Scarica i file di estensione Right Click to TTS in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        Simple Text To Speech Plugin

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

Informazioni di Base sull'Estensione

Nome Right Click to TTS Right Click to TTS
ID econbhkmgcdheboblimjmppkambklkfn
URL Ufficiale https://chrome.google.com/webstore/detail/right-click-to-tts/econbhkmgcdheboblimjmppkambklkfn
Descrizione Speak highlighted text. Text to speach
Dimensione del File 9.47 KB
Conteggio Installazioni 501
Versione Corrente 1.0
Ultimo Aggiornamento 2017-11-14
Data di Pubblicazione 2017-11-14
Valutazione 4.67/5 Totale 3 Valutazioni
Sviluppatore Odd
Tipo di Pagamento free
Lingue Supportate 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
}