EasyVoice Search
Voice search using any search engine easily!
什么是EasyVoice Search?
EasyVoice Search是由https://search.easyvoice.xyz开发的Chrome扩展程序,该扩展的主要功能是“Voice search using any search engine easily!”。
扩展截图
下载EasyVoice Search扩展crx文件
下载EasyVoice Search扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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. 扩展基本信息
| 名称 | |
| ID | ifabnpjjgbggngmgijikmfjkppdhfpgj |
| 官方URL | https://chromewebstore.google.com/detail/easyvoice-search/ifabnpjjgbggngmgijikmfjkppdhfpgj |
| 简介 | Voice search using any search engine easily! |
| 文件大小 | 576 KB |
| 安装次数 | 7,195 |
| 当前版本 | 4.0.2 |
| 更新时间 | 2021-09-09 |
| 上架时间 | 2019-03-17 |
| 评分 | 4.12/5 共196次评分 |
| 开发者 | https://search.easyvoice.xyz |
| 电子邮箱 | [email protected] |
| 付费类型 | free |
| 扩展官网 | https://search.easyvoice.xyz |
| 支持的语言 | 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"
} | |