Voice Command
Voice Command turns your web browser into a voice-based assistant.
Voice Command là gì?
Voice Command là một tiện ích mở rộng Chrome được phát triển bởi voicecommandextension, và tính năng chính của nó là "Voice Command turns your web browser into a voice-based assistant.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Voice Command
Tải xuống các tệp mở rộng Voice Command dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Voice Command |
ID | khbofkpcdlkkgpkjdgibjiambmangfip |
URL Chính Thức | https://chromewebstore.google.com/detail/voice-command/khbofkpcdlkkgpkjdgibjiambmangfip |
Mô tả | Voice Command turns your web browser into a voice-based assistant. |
Kích Thước Tệp | 194 KB |
Số Lần Cài Đặt | 485 |
Phiên Bản Hiện Tại | 0.0.0.5 |
Cập Nhật Lần Cuối | 2020-08-14 |
Ngày Phát Hành | 2019-04-20 |
Nhà Phát Triển | voicecommandextension |
[email protected] | |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | 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": [] } |