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.”。
擴展截圖
下載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 |
ID | ignddgemjkghaogmfmokpfplbmoiecde |
官方網址 | 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": [ "*:\/\/*\/*" ] } |