Speak it out!

Get voice output of selected text in a web page.

Cos'è Speak it out!?

Speak it out! è un'estensione di Chrome sviluppata da Gilbish Kosma, e la sua funzione principale è "Get voice output of selected text in a web page.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Speak it out!

Scarica i file di estensione Speak it out! 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

                        A chrome extension to play voice of selected text from the current tab.                    

Informazioni di Base sull'Estensione

Nome Speak it out! Speak it out!
ID incioejkedmnflnacbbncfbjeiedoepo
URL Ufficiale https://chromewebstore.google.com/detail/speak-it-out/incioejkedmnflnacbbncfbjeiedoepo
Descrizione Get voice output of selected text in a web page.
Dimensione del File 5.59 KB
Conteggio Installazioni 34
Versione Corrente 0.0.3
Ultimo Aggiornamento 2021-10-10
Data di Pubblicazione 2021-10-10
Sviluppatore Gilbish Kosma
Email [email protected]
Tipo di Pagamento free
Lingue Supportate en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Speak it out!",
    "description": "Get voice output of selected text in a web page.",
    "version": "0.0.3",
    "author": "Satyam Lachhwani ",
    "manifest_version": 3,
    "action": {
        "default_popup": "popup.html",
        "default_icon": "sound.png"
    },
    "icons": {
        "32": "sound.png"
    },
    "permissions": [
        "activeTab",
        "scripting",
        "storage"
    ]
}