Speak Text

Speak Text converts selected text to speech. Select - Speak - Listen.

Cos'è Speak Text?

Speak Text è un'estensione di Chrome sviluppata da Happy Apps, e la sua funzione principale è "Speak Text converts selected text to speech. Select - Speak - Listen.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Speak Text

Scarica i file di estensione Speak Text 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

                        Speak Text is converter text to speech. Select and speak it for one click. You will only listening. No more reading.    

Support:
  - Select text that will listen and right click to the text.
  - Click to SPEAK TEXT for start reading in context menu. 
  - This is an English version (Canada, USA, Great Britain, Ireland, Australia, New Zealand).                    

Informazioni di Base sull'Estensione

Nome Speak Text Speak Text
ID dchmahpmnpogmfofejmdndonfljkjhdm
URL Ufficiale https://chromewebstore.google.com/detail/speak-text/dchmahpmnpogmfofejmdndonfljkjhdm
Descrizione Speak Text converts selected text to speech. Select - Speak - Listen.
Dimensione del File 4.95 KB
Conteggio Installazioni 20,000
Versione Corrente 1.4.0
Ultimo Aggiornamento 2023-11-09
Data di Pubblicazione 2018-01-17
Valutazione 2.91/5 Totale 53 Valutazioni
Sviluppatore Happy Apps
Email [email protected]
Tipo di Pagamento free
URL della Pagina della Politica sulla Privacy https://www.e-players.net/privacy.html
Lingue Supportate en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.4.0",
    "name": "Speak Text",
    "description": "Speak Text converts selected text to speech. Select - Speak - Listen.",
    "background": {
        "service_worker": "background.js"
    },
    "manifest_version": 3,
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'"
    },
    "permissions": [
        "contextMenus",
        "tts"
    ],
    "icons": {
        "16": "img\/ico_16.png",
        "48": "img\/ico_48.png"
    }
}