Talkify

Reads your active web site aloud in Talkify. Enjoy listening to web sites with high quality voices in your favourite language

Cos'è Talkify?

Talkify è un'estensione di Chrome sviluppata da https://talkify.net, e la sua funzione principale è "Reads your active web site aloud in Talkify. Enjoy listening to web sites with high quality voices in your favourite language".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione Talkify

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

                        This extension simplifies the usage of the popular Talkify text to speech service by opening your active tab in a new Talkify-tab. It allows you to listen to just about any webpage with just one click.

Talkify has support for a vast amount of languages and aids your listening with text highlighting and natural sounding voices, perfect for students or people with visual impairment.                    

Informazioni di Base sull'Estensione

Nome Talkify Talkify
ID kgfjafdahhkoiabgaappgdnojpgjbahi
URL Ufficiale https://chromewebstore.google.com/detail/talkify/kgfjafdahhkoiabgaappgdnojpgjbahi
Descrizione Reads your active web site aloud in Talkify. Enjoy listening to web sites with high quality voices in your favourite language
Dimensione del File 4.55 KB
Conteggio Installazioni 2,219
Versione Corrente 1.0
Ultimo Aggiornamento 2017-04-05
Data di Pubblicazione 2017-04-05
Valutazione 3.71/5 Totale 14 Valutazioni
Sviluppatore https://talkify.net
Email [email protected]
Tipo di Pagamento free
URL della Pagina di Aiuto http://talkify.net/contact
Lingue Supportate en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Talkify",
    "description": "Reads your active web site aloud in Talkify. Enjoy listening to web sites with high quality voices in your favourite language",
    "version": "1.0",
    "browser_action": {
        "default_icon": "favicon.png",
        "default_title": "Open in Talkify"
    },
    "permissions": [
        "activeTab",
        "tabs"
    ],
    "background": {
        "scripts": [
            "background.js"
        ]
    }
}