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. द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Convert your daily reads into Audios and make your multitasking even easier."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में wavetech. - Text-to-speech एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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\/*"
    ]
}