Selected text to speech
With this extension, you can speech to the selected text.
Wat is Selected text to speech?
Selected text to speech is een Chrome-extensie ontwikkeld door https://funfuni.com, en de belangrijkste functie is "With this extension, you can speech to the selected text.".
Extensie Screenshots
Download het CRX-bestand van de extensie Selected text to speech
Download Selected text to speech-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
With this extension, you can speech to the selected text. In sentences you have difficulty in pronunciation, you can speech to the selected text.
Basisinformatie over de Extensie
Naam | Selected text to speech |
ID | apcoiakmgopgbglbpfhaibglboldbaep |
Officiële URL | https://chromewebstore.google.com/detail/selected-text-to-speech/apcoiakmgopgbglbpfhaibglboldbaep |
Beschrijving | With this extension, you can speech to the selected text. |
Bestandsgrootte | 15.43 KB |
Aantal Installaties | 52 |
Huidige Versie | 1.0 |
Laatst Bijgewerkt | 2022-01-27 |
Publicatiedatum | 2022-01-27 |
Beoordeling | 5.00/5 Totaal 4 Beoordelingen |
Ontwikkelaar | https://funfuni.com |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | https://www.funfuni.com/ |
Help Pagina-URL | https://funfuni.com/contact-us/ |
URL van de Privacybeleid Pagina | https://www.funfuni.com/privacy-policy |
Ondersteunde Talen | 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" } |