Text to Speech Converter and Downloader
It helps you not only convert text to speech, but also download audio with a single click.
What is Text to Speech Converter and Downloader?
Text to Speech Converter and Downloader is a Chrome extension developed by https://www.freetranslations.org, and its main feature is "It helps you not only convert text to speech, but also download audio with a single click.".
Extension Screenshots
Download Text to Speech Converter and Downloader Extension CRX File
Download Text to Speech Converter and Downloader 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
You need a text to speech with a downloader? Then you are at the right spot.
Extension Basic Information
Name | |
ID | bdajglkhfcokpdjdhccjaamkdpniemoh |
Official URL | https://chrome.google.com/webstore/detail/text-to-speech-converter/bdajglkhfcokpdjdhccjaamkdpniemoh |
Description | It helps you not only convert text to speech, but also download audio with a single click. |
File Size | 50.65 KB |
Installation Count | 1,000 |
Current Version | 1.4 |
Last Updated | 2021-01-03 |
Publish Date | 2018-02-03 |
Rating | 3.73/5 Total 11 Ratings |
Developer | https://www.freetranslations.org |
[email protected] | |
Payment Type | free |
Extension Website | https://www.freetranslations.org/text-to-speech.html |
Help Page URL | https://www.freetranslations.org/contact-us.php |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Text to Speech Converter and Downloader", "short_name": "Text to Speech Converter and Audio Downloader by FreeTranslations.Org", "description": "It helps you not only convert text to speech, but also download audio with a single click.", "version": "1.4", "manifest_version": 2, "permissions": [ "contextMenus", "https:\/\/*.freetranslations.org\/*" ], "browser_action": { "default_icon": "icon.png" }, "background": { "scripts": [ "bg.js" ] }, "icons": { "128": "icon.png" } } |