EasyVoice Search

Voice search using any search engine easily!

What is EasyVoice Search?

EasyVoice Search is a Chrome extension developed by https://search.easyvoice.xyz, and its main feature is "Voice search using any search engine easily!".

Extension Screenshots

screenshot
screenshot
screenshot

Download EasyVoice Search Extension CRX File

Download EasyVoice Search extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        Simply press the red microphone icon in the top bar or assign a chrome hotkey and begin speaking!

Features Include:
• Activate with a single click of a button on every page.
• Can be assigned a keyboard shortcut inside Chrome.
• Set your preferred search page (Google, Bing, DuckDuckGo, etc).
• Use a custom search provider that is not already included by providing a search URL.
• Uses no permissions.                    

Extension Basic Information

Name EasyVoice Search EasyVoice Search
ID ifabnpjjgbggngmgijikmfjkppdhfpgj
Official URL https://chromewebstore.google.com/detail/easyvoice-search/ifabnpjjgbggngmgijikmfjkppdhfpgj
Description Voice search using any search engine easily!
File Size 576 KB
Installation Count 7,195
Current Version 4.0.2
Last Updated 2021-09-09
Publish Date 2019-03-17
Rating 4.12/5 Total 196 Ratings
Developer https://search.easyvoice.xyz
Email [email protected]
Payment Type free
Extension Website https://search.easyvoice.xyz
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "action": [],
    "background": {
        "service_worker": "service_worker.js"
    },
    "commands": {
        "activate_extension": {
            "description": "Voice Search"
        }
    },
    "description": "Voice search using any search engine easily!",
    "homepage_url": "https:\/\/search.easyvoice.xyz\/",
    "icons": {
        "16": "img\/16.png",
        "48": "img\/48.png",
        "128": "img\/128.png"
    },
    "manifest_version": 3,
    "name": "EasyVoice Search",
    "options_page": "options.html",
    "permissions": [
        "storage"
    ],
    "short_name": "EasyVoiceSearch",
    "version": "4.0.2"
}