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 |
| 官方網址 | 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"
} | |