GazeScroll
GazeScroll.
ما هو GazeScroll؟
GazeScroll هو إضافة Chrome تم تطويرها بواسطة Unknown، والميزة الرئيسية لها هي "GazeScroll.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة GazeScroll
قم بتنزيل ملفات الامتداد GazeScroll بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
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 |
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:\/\/*\/*" ] } |