Voice Search
It is very easy! Just say what you want to find.
Voice Searchคืออะไร?
Voice Search เป็นส่วนขยายของ Chrome ที่พัฒนาโดย andrkremov และคุณลักษณะหลักของมันคือ "It is very easy! Just say what you want to find."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Voice Search
ดาวน์โหลดไฟล์ส่วนขยาย Voice Search ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Maximum comfort and minimalism. No extra settings. Click the microphone icon and speak. The keyboard is no longer needed! Advantage: - One-Click Search - Simple interface - Super-fast operation - Advanced voice recognition technology Just try it and you will like it! P.S: If you have questions or want to add your language - write.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Voice Search |
ID | ignddgemjkghaogmfmokpfplbmoiecde |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/voice-search/ignddgemjkghaogmfmokpfplbmoiecde |
คำอธิบาย | It is very easy! Just say what you want to find. |
ขนาดไฟล์ | 25.55 KB |
จำนวนการติดตั้ง | 2,053 |
เวอร์ชันปัจจุบัน | 1.0 |
อัปเดตครั้งล่าสุด | 2016-02-20 |
วันที่เผยแพร่ | 2016-02-20 |
คะแนน | 3.74/5 รวมทั้งหมด 19 คะแนน |
ผู้พัฒนา | andrkremov |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Voice Search", "version": "1.0", "manifest_version": 2, "description": "It is very easy! Just say what you want to find.", "minimum_chrome_version": "20", "background": { "scripts": [ "js\/core.js", "js\/background.js" ] }, "browser_action": { "default_title": "Voice Search", "default_icon": "icons\/icon_16.png", "default_popup": "pages\/popup.html" }, "icons": { "16": "icons\/icon_16.png", "48": "icons\/icon_48.png", "128": "icons\/icon_128.png" }, "content_scripts": [], "permissions": [ "*:\/\/*\/*" ] } |