GazeScroll
GazeScroll.
Wat is GazeScroll?
GazeScroll is een Chrome-extensie ontwikkeld door Unknown, en de belangrijkste functie is "GazeScroll.".
Extensie Screenshots
Download het CRX-bestand van de extensie GazeScroll
Download GazeScroll-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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.
Basisinformatie over de Extensie
Naam | GazeScroll |
ID | alkjdmckilhnlidnmjehokjbakkfmlhc |
Officiële URL | https://chromewebstore.google.com/detail/gazescroll/alkjdmckilhnlidnmjehokjbakkfmlhc |
Beschrijving | GazeScroll. |
Bestandsgrootte | 35.6 KB |
Aantal Installaties | 394 |
Huidige Versie | 1.0 |
Laatst Bijgewerkt | 2019-10-23 |
Publicatiedatum | 2019-10-23 |
Beoordeling | 4.50/5 Totaal 2 Beoordelingen |
Ontwikkelaar | Unknown |
Betalingswijze | free |
Extensiewebsite | https://gazerecorder.com |
Ondersteunde Talen | 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:\/\/*\/*" ] } |