Text To Voice V1.0.2
This extension will convert your text to multiple voice formats.
What is Text To Voice V1.0.2?
Text To Voice V1.0.2 is a Chrome extension developed by Dadaso Zanzane, and its main feature is "This extension will convert your text to multiple voice formats.".
Extension Screenshots
Download Text To Voice V1.0.2 Extension CRX File
Download Text To Voice V1.0.2 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
This extension will convert your text to multiple voice formats. - added play/stop button - enabled right click and play
Extension Basic Information
Name | Text To Voice V1.0.2 |
ID | ebgalelknkkbbhdoocnbakmphhjendhb |
Official URL | https://chromewebstore.google.com/detail/text-to-voice-v102/ebgalelknkkbbhdoocnbakmphhjendhb |
Description | This extension will convert your text to multiple voice formats. |
File Size | 101 KB |
Installation Count | 561 |
Current Version | 1.0.2 |
Last Updated | 2015-11-14 |
Publish Date | 2015-11-14 |
Rating | 3.33/5 Total 9 Ratings |
Developer | Dadaso Zanzane |
Payment Type | free |
Supported Languages | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Text To Voice V1.0.2", "description": "This extension will convert your text to multiple voice formats.", "version": "1.0.2", "browser_action": { "default_icon": "icon.png", "default_popup": "default.html" }, "permissions": [ "activeTab", "tts", "http:\/\/*\/*", "https:\/\/*\/*", "contextMenus" ], "icons": { "16": "icon.png" }, "background": { "persistent": false, "scripts": [ "jquery-1.10.2.js", "jquery.cookie.js", "script.js", "background.js" ] } } |