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 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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 |
이메일 | [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": [] } |