Voice Search

It is very easy! Just say what you want to find.

什么是Voice Search?

Voice Search是由andrkremov开发的Chrome扩展程序,该扩展的主要功能是“It is very easy! Just say what you want to find.”。

扩展截图

screenshot
screenshot

下载Voice Search扩展crx文件

下载Voice Search扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        Maximum comfort and minimalism. No extra settings. Click the microphone icon and speak. The keyboard is no longer needed!

Advantage:
- One-Click Search
- Simple interface
- Super-fast operation
- Advanced voice recognition technology

Just try it and you will like it!

P.S: If you have questions or want to add your language - write.                    

扩展基本信息

名称 Voice Search Voice Search
ID ignddgemjkghaogmfmokpfplbmoiecde
官方URL https://chromewebstore.google.com/detail/voice-search/ignddgemjkghaogmfmokpfplbmoiecde
简介 It is very easy! Just say what you want to find.
文件大小 25.55 KB
安装次数 2,053
当前版本 1.0
更新时间 2016-02-20
上架时间 2016-02-20
评分 3.74/5 共19次评分
开发者 andrkremov
付费类型 free
支持的语言 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Voice Search",
    "version": "1.0",
    "manifest_version": 2,
    "description": "It is very easy! Just say what you want to find.",
    "minimum_chrome_version": "20",
    "background": {
        "scripts": [
            "js\/core.js",
            "js\/background.js"
        ]
    },
    "browser_action": {
        "default_title": "Voice Search",
        "default_icon": "icons\/icon_16.png",
        "default_popup": "pages\/popup.html"
    },
    "icons": {
        "16": "icons\/icon_16.png",
        "48": "icons\/icon_48.png",
        "128": "icons\/icon_128.png"
    },
    "content_scripts": [],
    "permissions": [
        "*:\/\/*\/*"
    ]
}