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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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\/*"
    ]
}