Selected text to speech
With this extension, you can speech to the selected text.
Cos'è Selected text to speech?
Selected text to speech è un'estensione di Chrome sviluppata da https://funfuni.com, e la sua funzione principale è "With this extension, you can speech to the selected text.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Selected text to speech
Scarica i file di estensione Selected text to speech 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
With this extension, you can speech to the selected text. In sentences you have difficulty in pronunciation, you can speech to the selected text.
Informazioni di Base sull'Estensione
Nome | Selected text to speech |
ID | apcoiakmgopgbglbpfhaibglboldbaep |
URL Ufficiale | https://chromewebstore.google.com/detail/selected-text-to-speech/apcoiakmgopgbglbpfhaibglboldbaep |
Descrizione | With this extension, you can speech to the selected text. |
Dimensione del File | 15.43 KB |
Conteggio Installazioni | 52 |
Versione Corrente | 1.0 |
Ultimo Aggiornamento | 2022-01-27 |
Data di Pubblicazione | 2022-01-27 |
Valutazione | 5.00/5 Totale 4 Valutazioni |
Sviluppatore | https://funfuni.com |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://www.funfuni.com/ |
URL della Pagina di Aiuto | https://funfuni.com/contact-us/ |
URL della Pagina della Politica sulla Privacy | https://www.funfuni.com/privacy-policy |
Lingue Supportate | en |
manifest.json | |
{ "author": "Funfuni.com", "name": "Selected text to speech", "description": "With this extension, you can speech to the selected text.", "manifest_version": 3, "version": "1.0", "action": { "default_icon": { "128": "icon.png" } }, "icons": { "128": "icon.png" }, "background": { "service_worker": "js\/background.js" }, "permissions": [ "contextMenus", "storage" ], "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx" } |