Speak It
Speak It app converts text into speech. Select text > Speak it
Vad är Speak It?
Speak It är en Chrome-tillägg utvecklad av Online Apps, och dess huvudfunktion är "Speak It app converts text into speech. Select text > Speak it".
Tilläggsskärmbilder
Ladda ner Speak It-förlängningens CRX-fil
Ladda ner Speak It-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
Speak It app converts text into speech on any websites. Select words or paragraphs and then just listen. Useful and convenient Speak It for everyone in six supported languages. How to use: 1) select words or paragraphs 2) right click on this text 3) click Speak It to confirm in the context menu Features: Languages - English, German, Spanish, French, Portuguese, Russian Rate Pitch Volume
Grundläggande Information om Tillägg
Namn | Speak It |
ID | amcnjejmdfilapnnfgnhnidhkififadk |
Officiell webbadress | https://chromewebstore.google.com/detail/speak-it/amcnjejmdfilapnnfgnhnidhkififadk |
Beskrivning | Speak It app converts text into speech. Select text > Speak it |
Filstorlek | 162 KB |
Antal Installationer | 72,668 |
Aktuell Version | 1.1.3 |
Senast Uppdaterad | 2022-12-19 |
Publiceringsdatum | 2020-06-02 |
Betyg | 2.53/5 Totalt 72 Betyg |
Utvecklare | Online Apps |
E-post | [email protected] |
Betalningssätt | free |
URL till Sekretesspolicy Sidan | https://www.e-players.net/privacy.html |
Stödda Språk | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "version": "1.1.3", "name": "Speak It", "description": "Speak It app converts text into speech. Select text > Speak it", "background": { "service_worker": "background.js" }, "content_security_policy": { "extension_pages": "script-src 'self'; object-src 'self'" }, "permissions": [ "contextMenus", "tts", "storage" ], "action": { "default_icon": "img\/ico_19.png", "default_popup": "popup.html" }, "options_page": "options.html", "icons": { "16": "img\/ico_16.png", "48": "img\/ico_48.png", "128": "img\/ico_128.png" } } |