Basic TTS
This extension allows you to interact with the Chrome Text-to-Speech API.
Vad är Basic TTS?
Basic TTS är en Chrome-tillägg utvecklad av cipheos, och dess huvudfunktion är "This extension allows you to interact with the Chrome Text-to-Speech API.".
Ladda ner Basic TTS-förlängningens CRX-fil
Ladda ner Basic TTS-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
Grundläggande Information om Tillägg
Namn | |
ID | lccceofhbngikladlpencmcpbhjccbjd |
Officiell webbadress | https://chromewebstore.google.com/detail/basic-tts/lccceofhbngikladlpencmcpbhjccbjd |
Beskrivning | This extension allows you to interact with the Chrome Text-to-Speech API. |
Filstorlek | 37.25 KB |
Antal Installationer | 11 |
Aktuell Version | 1.0.1 |
Senast Uppdaterad | 2017-11-24 |
Publiceringsdatum | 2017-11-24 |
Betyg | 1.00/5 Totalt 1 Betyg |
Utvecklare | cipheos |
Betalningssätt | free |
Stödda Språk | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Basic TTS", "description": "This extension allows you to interact with the Chrome Text-to-Speech API.", "version": "1.0.1", "icons": { "16": "\/assets\/icon16.png", "48": "\/assets\/icon48.png", "128": "\/assets\/icon128.png" }, "permissions": [ "storage", "contextMenus", "tts" ], "options_page": "\/options\/options.html", "background": { "scripts": [ "\/background\/background.js" ] } } |