Selected text to speech
With this extension, you can speech to the selected text.
Vad är Selected text to speech?
Selected text to speech är en Chrome-tillägg utvecklad av https://funfuni.com, och dess huvudfunktion är "With this extension, you can speech to the selected text.".
Tilläggsskärmbilder
Ladda ner Selected text to speech-förlängningens CRX-fil
Ladda ner Selected text to speech-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
With this extension, you can speech to the selected text. In sentences you have difficulty in pronunciation, you can speech to the selected text.
Grundläggande Information om Tillägg
Namn | Selected text to speech |
ID | apcoiakmgopgbglbpfhaibglboldbaep |
Officiell webbadress | https://chromewebstore.google.com/detail/selected-text-to-speech/apcoiakmgopgbglbpfhaibglboldbaep |
Beskrivning | With this extension, you can speech to the selected text. |
Filstorlek | 15.43 KB |
Antal Installationer | 52 |
Aktuell Version | 1.0 |
Senast Uppdaterad | 2022-01-27 |
Publiceringsdatum | 2022-01-27 |
Betyg | 5.00/5 Totalt 4 Betyg |
Utvecklare | https://funfuni.com |
E-post | [email protected] |
Betalningssätt | free |
Tilläggswebbplats | https://www.funfuni.com/ |
Hjälpsida URL | https://funfuni.com/contact-us/ |
URL till Sekretesspolicy Sidan | https://www.funfuni.com/privacy-policy |
Stödda Språk | 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" } |