GazeScroll

GazeScroll.

GazeScroll là gì?

GazeScroll là một tiện ích mở rộng Chrome được phát triển bởi Unknown, và tính năng chính của nó là "GazeScroll.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

Tải xuống tệp CRX của tiện ích mở rộng GazeScroll

Tải xuống các tệp mở rộng GazeScroll dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên GazeScroll GazeScroll
ID alkjdmckilhnlidnmjehokjbakkfmlhc
URL Chính Thức https://chromewebstore.google.com/detail/gazescroll/alkjdmckilhnlidnmjehokjbakkfmlhc
Mô tả GazeScroll.
Kích Thước Tệp 35.6 KB
Số Lần Cài Đặt 394
Phiên Bản Hiện Tại 1.0
Cập Nhật Lần Cuối 2019-10-23
Ngày Phát Hành 2019-10-23
Đánh Giá 4.50/5 Tổng số 2 Đánh Giá
Nhà Phát Triển Unknown
Loại Thanh Toán free
Trang Web Mở Rộng https://gazerecorder.com
Ngôn Ngữ Được Hỗ Trợ 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:\/\/*\/*"
    ]
}