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