DictationBox
Live Speech and Commands Recognition using DictationBox. Click on DictationBox extension icon and start dictation, that simple.
DictationBoxคืออะไร?
DictationBox เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://dictationbox.com และคุณลักษณะหลักของมันคือ "Live Speech and Commands Recognition using DictationBox. Click on DictationBox extension icon and start dictation, that simple."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย DictationBox
ดาวน์โหลดไฟล์ส่วนขยาย DictationBox ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Features: - Supported 100+ languages and dialects - Simple dictation using DictationBox text area field - Auto-text commands are configurable in extension options - Say "next field" to navigate to next [*] field, see auto-text command "order template" for example. - Say "go to sleep" \ "wake up" to switch microphone between standby and listening modes. Latest changes: v.1.1.11: fixed issue when auto-text commands were not recognized on startup v.1.1.10: fixed issue when "next field" command wasn't tracking text v.1.1.9: added "Rate Us" button v.1.1.7: cosmetic changes, bug fixes v.1.1.6: added panel options button, updated icon v.1.1.4: improved microphone error handling and documentation
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | DictationBox |
ID | kbjkbnakcaaohhjmhbidbbhoecklidae |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/dictationbox/kbjkbnakcaaohhjmhbidbbhoecklidae |
คำอธิบาย | Live Speech and Commands Recognition using DictationBox. Click on DictationBox extension icon and start dictation, that simple. |
ขนาดไฟล์ | 1.07 MB |
จำนวนการติดตั้ง | 5,243 |
เวอร์ชันปัจจุบัน | 1.1.12 |
อัปเดตครั้งล่าสุด | 2022-09-22 |
วันที่เผยแพร่ | 2020-05-20 |
คะแนน | 4.09/5 รวมทั้งหมด 22 คะแนน |
ผู้พัฒนา | https://dictationbox.com |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
URL หน้านโยบายความเป็นส่วนตัว | https://raw.githubusercontent.com/volobro/PowerDictateConcent/master/DictationBoxPrivacy.txt |
ภาษาที่รองรับ | en,en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "__MSG_appName__", "description": "__MSG_appDesc__", "default_locale": "en", "version": "1.1.12", "options_page": "pages\/options.html", "browser_action": { "default_icon": "assets\/images\/128x128_mic_off2.png", "default_title": "DictationBox", "default_popup": "pages\/popup.html" }, "background": { "scripts": [ "dist\/background.js" ], "persistent": false }, "web_accessible_resources": [ "assets\/images\/*.svg", "assets\/images\/*.png" ], "icons": { "16": "assets\/images\/16x16_mic_off2.png", "48": "assets\/images\/48x48_mic_off2.png", "128": "assets\/images\/128x128_mic_off2.png" }, "permissions": [ "storage" ], "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEA0fRDY1Bok6IxaXvza1Dv5HQi0X4JN2j0H8xvwwIw7yOyhSa1rTIEfAjYm2BlzkwKJ1AXrlO4NEPe94vcOglG0Z2tqKSJW5P3m44sTVBDJGkMoS1p8RWBBmpGfE+aeLYbjnwfI8aLjj+jiVnkdRFKQrevG0fAj8zGSYwj+JJaH+q3ZHRwZ6ZNR1yE8lMOUTk33gflcsd7S\/LqXPOnjIkSVsee0XEfnlA0zrbZ\/TqR12YCLLdbb4Rrc5neDm+a57eeOQu+67YrpaaAj\/2MljNwgWOfHT3Jaql2UnViuU7SiYSyVPkad69wsDuCCGZBdD1LsRELaJhaLG\/ojHT3bVSYTwIDAQAB", "content_security_policy": "script-src 'self' https:\/\/www.google-analytics.com 'sha256-ox311wuoHk7Vrx1uEa8PnZt34XhOUHuWdkjGrJLOmPM='; object-src 'self'" } |