Voice Command

Voice Command turns your web browser into a voice-based assistant.

Voice Command क्या है?

Voice Command voicecommandextension द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Voice Command turns your web browser into a voice-based assistant."।

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

screenshot
screenshot

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

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

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

                        If you say the name of a website, you'll navigate there. If you ask for the weather report, you'll see one. If you tell your browser to play music, it will. 

From your New Tab screen, you'll be able to issue voice commands like:
- new york times
- play the beatles
- search for the best pajamas
- new doc
- new email
- new presentation
- close all tabs
- what's the weather today                    

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

नाम Voice Command Voice Command
ID khbofkpcdlkkgpkjdgibjiambmangfip
आधिकारिक URL https://chromewebstore.google.com/detail/voice-command/khbofkpcdlkkgpkjdgibjiambmangfip
विवरण Voice Command turns your web browser into a voice-based assistant.
फ़ाइल का आकार 194 KB
स्थापना संख्या 485
वर्तमान संस्करण 0.0.0.5
अंतिम अपडेट 2020-08-14
प्रकाशन तिथि 2019-04-20
डेवलपर voicecommandextension
ईमेल [email protected]
भुगतान के प्रकार free
समर्थित भाषाएँ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Voice Command",
    "author": "Scott Zuccarino",
    "version": "0.0.0.5",
    "description": "Voice Command turns your web browser into a voice-based assistant.",
    "incognito": "split",
    "chrome_url_overrides": {
        "newtab": "index.html"
    },
    "icons": {
        "128": "128.png"
    },
    "commands": {
        "start-listening-shortcut": {
            "suggested_key": {
                "default": "Ctrl+Shift+0"
            },
            "description": "Start Listening",
            "global": true
        }
    },
    "background": {
        "scripts": [
            "js\/Background.js"
        ],
        "persistent": false
    },
    "content_security_policy": "script-src 'self' https:\/\/apis.google.com https:\/\/www.google-analytics.com; object-src 'self'",
    "permissions": []
}