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 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:\/\/*\/*"
    ]
}