wavetech. - Text-to-speech

Convert your daily reads into Audios and make your multitasking even easier.

什么是wavetech. - Text-to-speech?

wavetech. - Text-to-speech是由wavetech.开发的Chrome扩展程序,该扩展的主要功能是“Convert your daily reads into Audios and make your multitasking even easier.”。

扩展截图

screenshot
screenshot
screenshot

下载wavetech. - Text-to-speech扩展crx文件

下载wavetech. - Text-to-speech扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        We know the "pain" hundreds of unread Blog posts, that you have saved for read later, because of no time, wavetech. - Text-to-speech Extension allows users to simply select text and convert them to high quality audios.

wavetech. - Text-to-speech Extension includes 4 voice actors:
• Georgian Male (2)
• Georgian Female (2)

User's have fully customized Kernel, where they can claim license for commercial use.

How to use?

• Enter your API Key from your Kernel.
• Select text you want to listen.
• Floating player appears with minimizing function.
• Now enjoy!

Notes
- This Chrome extension sends the text that you select to wavetech. servers using your Internet connection as it is Cloud TTS service (aka SaaS or Software as a Service)

For Developers
- Please contact us or sign-up to our Kernel (https://kernel.wavetech.ai) for custom APIs and SDKs.                    

扩展基本信息

名称 wavetech. - Text-to-speech wavetech. - Text-to-speech
ID eefpdhfpnmieijalocelnjnjlgghpnhl
官方URL https://chrome.google.com/webstore/detail/wavetech-text-to-speech/eefpdhfpnmieijalocelnjnjlgghpnhl
简介 Convert your daily reads into Audios and make your multitasking even easier.
文件大小 666 KB
安装次数 435
当前版本 1.0.4
更新时间 2021-06-28
上架时间 2020-11-30
评分 4.00/5 共4次评分
开发者 wavetech.
电子邮箱 [email protected]
付费类型 free
扩展官网 https://wavetech.ai
帮助页面URL https://docs.wavetech.ai
隐私政策页面URL https://www.privacypolicygenerator.info/live.php?token=JZSDD7JLl88gjDXXYxF8EulfdNJkKVhu
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "page": "background.html"
    },
    "browser_action": {
        "default_icon": "images\/128.png",
        "default_popup": "popup.html",
        "default_title": "wavetech."
    },
    "content_scripts": [
        {
            "all_frames": true,
            "css": [
                "css\/content.css"
            ],
            "js": [
                "js\/jquery.js",
                "js\/content.js"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "content_security_policy": "script-src 'self' 'unsafe-eval' ;object-src 'self';",
    "description": "Convert your daily reads into Audios and make your multitasking even easier.",
    "icons": {
        "128": "images\/128.png",
        "48": "images\/48.png"
    },
    "manifest_version": 2,
    "name": "wavetech. - Text-to-speech",
    "permissions": [
        "storage",
        "contextMenus",
        "activeTab",
        "webRequest",
        "webRequestBlocking"
    ],
    "short_name": "wavetech.",
    "version": "1.0.4",
    "web_accessible_resources": [
        "js\/*",
        "images\/*",
        "css\/*",
        "fonts\/*"
    ]
}