speakIt

This extension will speak up the text which you have selected.

Cos'è speakIt?

speakIt è un'estensione di Chrome sviluppata da https://akashbijwe.github.io, e la sua funzione principale è "This extension will speak up the text which you have selected.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione speakIt

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

                        speakIt powers to read the text on your screen aloud & it can be used in any webpage.
To use SpeakIt select any text and the right click on the selected text & click on Speak.

Supported Languages: English (Australia), English (India), English (United Kingdom), English (United States)                    

Informazioni di Base sull'Estensione

Nome speakIt speakIt
ID kolhkkbkekanfnkhbmahmeemhlcknilk
URL Ufficiale https://chrome.google.com/webstore/detail/speakit/kolhkkbkekanfnkhbmahmeemhlcknilk
Descrizione This extension will speak up the text which you have selected.
Dimensione del File 12.58 KB
Conteggio Installazioni 3,186
Versione Corrente 1.1
Ultimo Aggiornamento 2019-03-04
Data di Pubblicazione 2019-03-04
Valutazione 2.67/5 Totale 6 Valutazioni
Sviluppatore https://akashbijwe.github.io
Email [email protected]
Tipo di Pagamento free
Lingue Supportate en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "speakIt",
    "version": "1.1",
    "description": "This extension will speak up the text which you have selected.",
    "icons": {
        "16": "icon16.png",
        "64": "icon64.png",
        "128": "icon128.png"
    },
    "background": {
        "scripts": [
            "eventPage.js"
        ],
        "persistent": false
    },
    "permissions": [
        "tts",
        "contextMenus"
    ]
}