Voice Command
Voice Command turns your web browser into a voice-based assistant.
Voice Commandとは何ですか?
Voice Commandはvoicecommandextensionによって開発されたChromeの拡張機能で、その主な機能は「Voice Command turns your web browser into a voice-based assistant.」です。
拡張機能のスクリーンショット
Voice Command拡張機能のCRXファイルをダウンロード
Voice Command拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
If you say the name of a website, you'll navigate there. If you ask for the weather report, you'll see one. If you tell your browser to play music, it will. From your New Tab screen, you'll be able to issue voice commands like: - new york times - play the beatles - search for the best pajamas - new doc - new email - new presentation - close all tabs - what's the weather today
拡張機能の基本情報
名前 | Voice Command |
ID | khbofkpcdlkkgpkjdgibjiambmangfip |
公式URL | https://chromewebstore.google.com/detail/voice-command/khbofkpcdlkkgpkjdgibjiambmangfip |
説明 | Voice Command turns your web browser into a voice-based assistant. |
ファイルサイズ | 194 KB |
インストール数 | 485 |
現在のバージョン | 0.0.0.5 |
最終更新日 | 2020-08-14 |
公開日 | 2019-04-20 |
開発者 | voicecommandextension |
Eメール | [email protected] |
支払い方法 | free |
対応言語 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Voice Command", "author": "Scott Zuccarino", "version": "0.0.0.5", "description": "Voice Command turns your web browser into a voice-based assistant.", "incognito": "split", "chrome_url_overrides": { "newtab": "index.html" }, "icons": { "128": "128.png" }, "commands": { "start-listening-shortcut": { "suggested_key": { "default": "Ctrl+Shift+0" }, "description": "Start Listening", "global": true } }, "background": { "scripts": [ "js\/Background.js" ], "persistent": false }, "content_security_policy": "script-src 'self' https:\/\/apis.google.com https:\/\/www.google-analytics.com; object-src 'self'", "permissions": [] } |