Speak It

Speak It app converts text into speech. Select text > Speak it

Speak It क्या है?

Speak It Online Apps द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Speak It app converts text into speech. Select text > Speak it"।

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

screenshot
screenshot

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

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

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

                        Speak It app converts text into speech on any websites. Select words or paragraphs and then just listen. Useful and convenient Speak It for everyone in six supported languages.

How to use:
 1) select words or paragraphs
 2) right click on this text
 3) click Speak It to confirm in the context menu

Features:
 • Languages - English, German, Spanish, French, Portuguese, Russian
 • Rate 
 • Pitch
 • Volume                    

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

नाम Speak It Speak It
ID amcnjejmdfilapnnfgnhnidhkififadk
आधिकारिक URL https://chromewebstore.google.com/detail/speak-it/amcnjejmdfilapnnfgnhnidhkififadk
विवरण Speak It app converts text into speech. Select text > Speak it
फ़ाइल का आकार 162 KB
स्थापना संख्या 72,668
वर्तमान संस्करण 1.1.3
अंतिम अपडेट 2022-12-19
प्रकाशन तिथि 2020-06-02
रेटिंग 2.53/5 कुल 72 रेटिंग्स
डेवलपर Online Apps
ईमेल [email protected]
भुगतान के प्रकार free
गोपनीयता नीति पृष्ठ URL https://www.e-players.net/privacy.html
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "version": "1.1.3",
    "name": "Speak It",
    "description": "Speak It app converts text into speech. Select text > Speak it",
    "background": {
        "service_worker": "background.js"
    },
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'"
    },
    "permissions": [
        "contextMenus",
        "tts",
        "storage"
    ],
    "action": {
        "default_icon": "img\/ico_19.png",
        "default_popup": "popup.html"
    },
    "options_page": "options.html",
    "icons": {
        "16": "img\/ico_16.png",
        "48": "img\/ico_48.png",
        "128": "img\/ico_128.png"
    }
}