wavetech. - Text-to-speech

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

wavetech. - Text-to-speech là gì?

wavetech. - Text-to-speech là một tiện ích mở rộng Chrome được phát triển bởi wavetech., và tính năng chính của nó là "Convert your daily reads into Audios and make your multitasking even easier.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng wavetech. - Text-to-speech

Tải xuống các tệp mở rộng wavetech. - Text-to-speech dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên wavetech. - Text-to-speech wavetech. - Text-to-speech
ID eefpdhfpnmieijalocelnjnjlgghpnhl
URL Chính Thức https://chrome.google.com/webstore/detail/wavetech-text-to-speech/eefpdhfpnmieijalocelnjnjlgghpnhl
Mô tả Convert your daily reads into Audios and make your multitasking even easier.
Kích Thước Tệp 666 KB
Số Lần Cài Đặt 435
Phiên Bản Hiện Tại 1.0.4
Cập Nhật Lần Cuối 2021-06-28
Ngày Phát Hành 2020-11-30
Đánh Giá 4.00/5 Tổng số 4 Đánh Giá
Nhà Phát Triển wavetech.
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://wavetech.ai
URL Trang Trợ Giúp https://docs.wavetech.ai
URL Trang Chính Sách Bảo Mật https://www.privacypolicygenerator.info/live.php?token=JZSDD7JLl88gjDXXYxF8EulfdNJkKVhu
Ngôn Ngữ Được Hỗ Trợ 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\/*"
    ]
}