Woord - Text to Speech

This extension will convert the articles you visit into speech or audio podcasts.

Woord - Text to Speech क्या है?

Woord - Text to Speech https://getwoord.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "This extension will convert the articles you visit into speech or audio podcasts."।

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

screenshot

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

crx प्रारूप में Woord - Text to Speech एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        With Woord, you can convert any text to audio using 60 voices from 10 different languages The voices are natural and you can choose between different genders or neutral voices. Also, you can convert large documents or books into audio with one simple click or using our API.

For example, in E-learning and education, you can build applications leveraging Woord’s Text-to-Speech (TTS) capability to help people with reading disabilities. Woord can be used to help the blind and visually impaired consume digital content (eBooks, news etc). Woord can be used in announcement systems in public transportation and industrial control systems for notifications and emergency announcements. There are a wide range of devices such as set-top boxes, smart watches, tablets, smartphones and IoT devices, which can leverage Woord for providing audio output. Woord can be used in telephony solutions to voice Interactive Voice Response systems. Applications such as quiz games, animations, avatars or narration generation are common use-cases for cloud-based TTS solution like Woord.                    

एक्सटेंशन की मूल जानकारी

नाम Woord - Text to Speech Woord - Text to Speech
ID hfbgaebkpgmceelecplahfjcmpbllpjh
आधिकारिक URL https://chromewebstore.google.com/detail/woord-text-to-speech/hfbgaebkpgmceelecplahfjcmpbllpjh
विवरण This extension will convert the articles you visit into speech or audio podcasts.
फ़ाइल का आकार 734 KB
स्थापना संख्या 4,137
वर्तमान संस्करण 1.4.1
अंतिम अपडेट 2021-09-10
प्रकाशन तिथि 2020-05-16
रेटिंग 4.00/5 कुल 5 रेटिंग्स
डेवलपर https://getwoord.com
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://getwoord.com
सहायता पृष्ठ URL https://getwoord.com
गोपनीयता नीति पृष्ठ URL https://www.getwoord.com/pages/policies
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Woord - Text to Speech",
    "version": "1.4.1",
    "manifest_version": 2,
    "description": "This extension will convert the articles you visit into speech or audio podcasts.",
    "icons": {
        "19": "images\/19x19.png",
        "38": "images\/38x38.png",
        "48": "images\/48x48.png",
        "128": "images\/128x128.png"
    },
    "browser_action": {
        "default_title": "browser_action: default_title",
        "default_icon": "images\/128x128.png",
        "default_popup": "html\/main.html"
    },
    "homepage_url": "https:\/\/www.getwoord.com\/",
    "permissions": [
        "activeTab"
    ],
    "content_security_policy": "script-src 'self' https:\/\/ajax.googleapis.com; object-src 'self'",
    "externally_connectable": {
        "ids": [
            "*"
        ],
        "matches": [
            "https:\/\/www.getwoord.com\/*"
        ]
    }
}