Basic Gestures
Basic mouse gestures for back/forward, new/close tab and scroll to top/bottom.
ما هو Basic Gestures؟
Basic Gestures هو إضافة Chrome تم تطويرها بواسطة BPS، والميزة الرئيسية لها هي "Basic mouse gestures for back/forward, new/close tab and scroll to top/bottom.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Basic Gestures
قم بتنزيل ملفات الامتداد Basic Gestures بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
This simple extension adds basic mouse gestures for back/forward, new/close tab and scroll to top/bottom. Hold down right mouse button, move mouse and then release button to execute one of the following commands. Left => Back Right => Forward Up => Scroll to top or Open new tab (can be changed in the preferences) Down => Scroll to bottom Down + Right => Close current tab Right + Down => Close current tab Linux and Mac users: Press right mouse button twice to open context menu. New in version 1.4: ------------------------------- Migration to Manifest V3 New in version 1.3: ------------------------------- New gesture: Up => Scroll to top New gesture: Down => Scroll to bottom New option: Up = "Open new tab" instead of "Scroll to top"
معلومات أساسية عن التمديد
الاسم | Basic Gestures |
ID | fjiafbapfbgehmngjallajbeljllmkfj |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/basic-gestures/fjiafbapfbgehmngjallajbeljllmkfj |
الوصف | Basic mouse gestures for back/forward, new/close tab and scroll to top/bottom. |
حجم الملف | 13.73 KB |
عدد التثبيتات | 1,146 |
النسخة الحالية | 1.4 |
آخر تحديث | 2022-08-19 |
تاريخ النشر | 2016-11-08 |
تقييم | 4.44/5 مجموع تقييمات 16 |
المطور | BPS |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Basic Gestures", "version": "1.4", "description": "Basic mouse gestures for back\/forward, new\/close tab and scroll to top\/bottom.", "icons": { "16": "icons\/icon_16.png", "48": "icons\/icon_48.png", "128": "icons\/icon_128.png" }, "permissions": [ "storage" ], "background": { "service_worker": "background.js" }, "content_scripts": [ { "matches": [ " |