GazeScroll
GazeScroll.
Apa itu GazeScroll?
GazeScroll adalah ekstensi Chrome yang dikembangkan oleh Unknown, dan fitur utamanya adalah "GazeScroll.".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi GazeScroll
Unduh file ekstensi GazeScroll dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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.
Informasi Dasar Ekstensi
Nama | GazeScroll |
ID | alkjdmckilhnlidnmjehokjbakkfmlhc |
URL Resmi | https://chromewebstore.google.com/detail/gazescroll/alkjdmckilhnlidnmjehokjbakkfmlhc |
Deskripsi | GazeScroll. |
Ukuran File | 35.6 KB |
Jumlah Instalasi | 394 |
Versi Saat Ini | 1.0 |
Terakhir Diperbarui | 2019-10-23 |
Tanggal Publikasi | 2019-10-23 |
Penilaian | 4.50/5 Total 2 Penilaian |
Pengembang | Unknown |
Tipe Pembayaran | free |
Situs Ekstensi | https://gazerecorder.com |
Bahasa yang Didukung | 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:\/\/*\/*" ] } |