Voice Search

Search by speaking.

Voice Search क्या है?

Voice Search https://www.ispeech.org द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Search by speaking."।

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

screenshot
screenshot
screenshot
screenshot

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

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

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

                        Voice Search uses the power of speech recognition to search the web! Instead of typing use voice input to quickly and easily search for the things you care about. 

Dictate your essays on Google Docs in record time and comment on social media with ease -- using just your voice! 

Search by speaking: just click on the microphone and say "kittens" to search for kittens. If you specifically want pictures of kittens, say "google images kittens". Want to learn more about World War II? Say "wikipedia world war two".

Voice Search comes pre-loaded with the following default services: Google, Wikipedia, YouTube, Bing, Yahoo, DuckDuckGo and Wolfram|Alpha. You can also add your own user-defined search engines.

Please remember: this extension requires a microphone!

Features:
 - Voice input to Google, DuckDuckGo, Wikipedia, Google Maps, YouTube just to name a few!
 - Dictation for writing essays and comments on many websites
 - Speech recognition and voice commands let you quickly search with just one click.                    

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

नाम Voice Search Voice Search
ID hhfkcobomkalfdlmkongnhnhahkmnaad
आधिकारिक URL https://chromewebstore.google.com/detail/voice-search/hhfkcobomkalfdlmkongnhnhahkmnaad
विवरण Search by speaking.
फ़ाइल का आकार 1.51 MB
स्थापना संख्या 118,732
वर्तमान संस्करण 2.3.1
अंतिम अपडेट 2021-07-01
प्रकाशन तिथि 2021-07-01
रेटिंग 3.61/5 कुल 2452 रेटिंग्स
डेवलपर https://www.ispeech.org
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://www.ispeech.org/
गोपनीयता नीति पृष्ठ URL https://www.ispeech.org/policies.php
समर्थित भाषाएँ en,es,ru
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_extension_name__",
    "version": "2.3.1",
    "content_security_policy": "script-src 'self' 'unsafe-eval' https:\/\/ssl.google-analytics.com; object-src 'self'",
    "manifest_version": 2,
    "description": "__MSG_extension_description__",
    "permissions": [
        "storage"
    ],
    "default_locale": "en",
    "options_page": "options.html",
    "background": {
        "page": "background.html",
        "persistent": true
    },
    "browser_action": {
        "default_icon": "images\/chromium-speech_input_mic_full-19.png",
        "default_title": "__MSG_popup_title__",
        "default_popup": "views\/popup.xhtml"
    },
    "icons": {
        "16": "images\/chromium-speech_input_mic_full-16.png",
        "48": "images\/chromium-speech_input_mic_full-48.png",
        "68": "images\/chromium-speech_input_mic_full-68.png",
        "128": "images\/chromium-speech_input_mic_full-128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/docs.google.com\/*"
            ],
            "js": [
                "lib\/iSpeechRecognizer.min.js",
                "lib\/iSpeechWorker.min.js",
                "js\/dj.js"
            ]
        },
        {
            "matches": [
                "https:\/\/duckduckgo.com\/*"
            ],
            "css": [
                "css\/ddg.css"
            ]
        },
        {
            "matches": [
                "https:\/\/*.slack.com\/*"
            ],
            "css": [
                "css\/slack.css"
            ]
        },
        {
            "matches": [
                "https:\/\/*.google.com\/*"
            ],
            "css": [
                "css\/google.css"
            ]
        },
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "exclude_matches": [
                "https:\/\/docs.google.com\/*"
            ],
            "css": [
                "css\/indicator.css"
            ],
            "js": [
                "lib\/iSpeechRecognizer.min.js",
                "lib\/iSpeechWorker.min.js",
                "js\/utils\/utils.js",
                "js\/asr-tools.js",
                "js\/indicator.js",
                "js\/asr-inject.js"
            ]
        },
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "lib\/iSpeechRecognizer.min.js",
                "lib\/iSpeechWorker.min.js",
                "js\/utils\/date.js",
                "js\/revManager.js",
                "js\/pixel.js"
            ]
        }
    ],
    "web_accessible_resources": [
        "lib\/iSpeechRecognizer.min.js",
        "lib\/iSpeechWorker.min.js",
        "js\/utils\/utils.js",
        "js\/asr-tools.js",
        "js\/indicator.js",
        "js\/docs-inject.js",
        "js\/start-asr-docs.js",
        "css\/indicator.css",
        "img\/*",
        "css\/ddg.css"
    ]
}