Speak

Intuitive, fast TTS Speaker

Speak क्या है?

Speak https://wis.am द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Intuitive, fast TTS Speaker"।

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

screenshot

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

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

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

                        The simplest and most Intuitive, Text-to-Speech speaker.

Open source: https://github.com/wis/speak/                    

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

नाम Speak Speak
ID nihmfkglncnpheihhidaanekobbdhbck
आधिकारिक URL https://chromewebstore.google.com/detail/speak/nihmfkglncnpheihhidaanekobbdhbck
विवरण Intuitive, fast TTS Speaker
फ़ाइल का आकार 57.75 KB
स्थापना संख्या 2,000
वर्तमान संस्करण 0.0.2
अंतिम अपडेट 2019-05-02
प्रकाशन तिथि 2019-05-02
रेटिंग 3.67/5 कुल 55 रेटिंग्स
डेवलपर https://wis.am
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://wis.am/projects/speak
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_appName__",
    "version": "0.0.2",
    "manifest_version": 2,
    "description": "__MSG_appDescription__",
    "icons": {
        "16": "images\/icon-16.png",
        "128": "images\/icon-128.png"
    },
    "default_locale": "en",
    "background": {
        "scripts": [
            "scripts\/background.js"
        ],
        "persistent": true
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "scripts\/cscript.js"
            ],
            "match_about_blank": true,
            "all_frames": true
        }
    ],
    "permissions": [
        "background",
        "tabs",
        "tts",
        "contextMenus"
    ],
    "page_action": {
        "default_icon": {
            "16": "images\/icon-19.png",
            "19": "images\/icon-19.png",
            "38": "images\/icon-38.png"
        },
        "default_title": "GC-Speak",
        "default_popup": "popup.html"
    },
    "commands": {
        "toggle-tts": {
            "suggested_key": {
                "default": "Ctrl+Shift+Z"
            },
            "description": "Start or Stop Speaking"
        }
    }
}