GazeScroll
GazeScroll.
What is GazeScroll?
GazeScroll is a Chrome extension developed by Unknown, and its main feature is "GazeScroll.".
Extension Screenshots
Download GazeScroll Extension CRX File
Download GazeScroll extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | GazeScroll |
ID | alkjdmckilhnlidnmjehokjbakkfmlhc |
Official URL | https://chromewebstore.google.com/detail/gazescroll/alkjdmckilhnlidnmjehokjbakkfmlhc |
Description | GazeScroll. |
File Size | 35.6 KB |
Installation Count | 394 |
Current Version | 1.0 |
Last Updated | 2019-10-23 |
Publish Date | 2019-10-23 |
Rating | 4.50/5 Total 2 Ratings |
Developer | Unknown |
Payment Type | free |
Extension Website | https://gazerecorder.com |
Supported Languages | 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:\/\/*\/*" ] } |