Voice Command
Voice Command turns your web browser into a voice-based assistant.
Voice Commandคืออะไร?
Voice Command เป็นส่วนขยายของ Chrome ที่พัฒนาโดย voicecommandextension และคุณลักษณะหลักของมันคือ "Voice Command turns your web browser into a voice-based assistant."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Voice Command
ดาวน์โหลดไฟล์ส่วนขยาย 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 |
อีเมล | [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": [] } |