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 |
官方網址 | 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 |
電子郵箱 | [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": [] } |