Text To Voice V1.0.2

This extension will convert your text to multiple voice formats.

Text To Voice V1.0.2 क्या है?

Text To Voice V1.0.2 Dadaso Zanzane द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "This extension will convert your text to multiple voice formats."।

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

screenshot

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

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

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

                        This extension will convert your text to multiple voice formats.

 - added play/stop button
 - enabled right click and play                    

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

नाम Text To Voice V1.0.2 Text To Voice V1.0.2
ID ebgalelknkkbbhdoocnbakmphhjendhb
आधिकारिक URL https://chromewebstore.google.com/detail/text-to-voice-v102/ebgalelknkkbbhdoocnbakmphhjendhb
विवरण This extension will convert your text to multiple voice formats.
फ़ाइल का आकार 101 KB
स्थापना संख्या 561
वर्तमान संस्करण 1.0.2
अंतिम अपडेट 2015-11-14
प्रकाशन तिथि 2015-11-14
रेटिंग 3.33/5 कुल 9 रेटिंग्स
डेवलपर Dadaso Zanzane
भुगतान के प्रकार free
समर्थित भाषाएँ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Text To Voice V1.0.2",
    "description": "This extension will convert your text to multiple voice formats.",
    "version": "1.0.2",
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "default.html"
    },
    "permissions": [
        "activeTab",
        "tts",
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "contextMenus"
    ],
    "icons": {
        "16": "icon.png"
    },
    "background": {
        "persistent": false,
        "scripts": [
            "jquery-1.10.2.js",
            "jquery.cookie.js",
            "script.js",
            "background.js"
        ]
    }
}