GazeScroll
GazeScroll.
什麼是GazeScroll?
GazeScroll是由Unknown開發的Chrome擴展程式,該擴展的主要功能是“GazeScroll.”。
擴展截圖
下載GazeScroll擴展crx文件
下載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 |
官方網址 | 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:\/\/*\/*" ] } |