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 |
公式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": [ "*:\/\/*\/*" ] } |