GazeScroll
GazeScroll.
GazeScrollคืออะไร?
GazeScroll เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Unknown และคุณลักษณะหลักของมันคือ "GazeScroll."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย GazeScroll
ดาวน์โหลดไฟล์ส่วนขยาย GazeScroll ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
GazeScroll automaticly scroll your beworser when you look down or up the screen It uses ordinary WebCam to sense when you are looking at your screen, and it scrolls through content such as lists, webpages, and messages based on the gaze position.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | GazeScroll |
ID | alkjdmckilhnlidnmjehokjbakkfmlhc |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/gazescroll/alkjdmckilhnlidnmjehokjbakkfmlhc |
คำอธิบาย | GazeScroll. |
ขนาดไฟล์ | 35.6 KB |
จำนวนการติดตั้ง | 394 |
เวอร์ชันปัจจุบัน | 1.0 |
อัปเดตครั้งล่าสุด | 2019-10-23 |
วันที่เผยแพร่ | 2019-10-23 |
คะแนน | 4.50/5 รวมทั้งหมด 2 คะแนน |
ผู้พัฒนา | Unknown |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://gazerecorder.com |
ภาษาที่รองรับ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "GazeScroll", "version": "1.0", "description": "GazeScroll.", "browser_action": { "default_icon": "icon_128.png" }, "icons": { "128": "icon_128.png" }, "background": { "scripts": [ "Background.js" ] }, "permissions": [ "activeTab", "http:\/\/*\/*", "https:\/\/*\/*" ] } |