SpeakIt
Speak the selected text
Cos'è SpeakIt?
SpeakIt è un'estensione di Chrome sviluppata da odlyzko953, e la sua funzione principale è "Speak the selected text".
Screenshot dell'Estensione
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
Made with Love For You, SpeakIt is an easy-to-use, Instant Text to Speech Converter tool. How To Use? Install-Select-SpeakIt (Just Install the extension on Chrome, Select the text you want to speak and click on "SpeakIt" icon) The extension is changing the new tab
Informazioni di Base sull'Estensione
Nome | |
ID | ogcmdndkjibojdigkjpccjiekcdfdhlb |
URL Ufficiale | https://chrome.google.com/webstore/detail/speakit/ogcmdndkjibojdigkjpccjiekcdfdhlb |
Descrizione | Speak the selected text |
Dimensione del File | 14.9 KB |
Conteggio Installazioni | 15,293 |
Versione Corrente | 1.6 |
Ultimo Aggiornamento | 2019-12-11 |
Data di Pubblicazione | 2019-12-11 |
Valutazione | 2.83/5 Totale 54 Valutazioni |
Sviluppatore | odlyzko953 |
[email protected] | |
Tipo di Pagamento | free |
URL della Pagina della Politica sulla Privacy | https://sites.google.com/view/odlyzko953/privacy-policy |
Lingue Supportate | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "background": { "persistent": false, "scripts": [ "eventPage.js" ] }, "description": "Speak the selected text", "icons": { "128": "icon128.png", "16": "icon16.png", "48": "icon48.png" }, "manifest_version": 2, "name": "SpeakIt", "permissions": [ "tts", "contextMenus" ], "version": "1.6", "chrome_url_overrides": { "newtab": "nt.html" } } |