Basic TTS
This extension allows you to interact with the Chrome Text-to-Speech API.
What is Basic TTS?
Basic TTS is a Chrome extension developed by cipheos, and its main feature is "This extension allows you to interact with the Chrome Text-to-Speech API.".
Download Basic TTS Extension CRX File
Download Basic TTS extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Extension Basic Information
Name | |
ID | lccceofhbngikladlpencmcpbhjccbjd |
Official URL | https://chromewebstore.google.com/detail/basic-tts/lccceofhbngikladlpencmcpbhjccbjd |
Description | This extension allows you to interact with the Chrome Text-to-Speech API. |
File Size | 37.25 KB |
Installation Count | 11 |
Current Version | 1.0.1 |
Last Updated | 2017-11-24 |
Publish Date | 2017-11-24 |
Rating | 1.00/5 Total 1 Ratings |
Developer | cipheos |
Payment Type | free |
Supported Languages | 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" ] } } |