SwipeHistory
Emulate macbook/chromebook (two finger) touchpad browser history navigation by abusing vertical scroll.
ما هو SwipeHistory؟
SwipeHistory هو إضافة Chrome تم تطويرها بواسطة Rasmus Johanson، والميزة الرئيسية لها هي "Emulate macbook/chromebook (two finger) touchpad browser history navigation by abusing vertical scroll.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة SwipeHistory
قم بتنزيل ملفات الامتداد SwipeHistory بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Emulate macbook/chromebook (two finger) touchpad browser history navigation by abusing vertical scroll. You need to enable vertical scroll from your touchpad settings, otherwise the extension won't work. The sensitivity depends on myriad of settings, often operating system and touchpad drivers.
معلومات أساسية عن التمديد
الاسم | SwipeHistory |
ID | fhmlogipcjkneapddafhpfldafgbekfo |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/swipehistory/fhmlogipcjkneapddafhpfldafgbekfo |
الوصف | Emulate macbook/chromebook (two finger) touchpad browser history navigation by abusing vertical scroll. |
حجم الملف | 117 KB |
عدد التثبيتات | 256 |
النسخة الحالية | 1.1 |
آخر تحديث | 2020-11-18 |
تاريخ النشر | 2020-03-01 |
تقييم | 4.80/5 مجموع تقييمات 5 |
المطور | Rasmus Johanson |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
موقع الإضافة | https://github.com/johanson/SwipeHistory |
عنوان صفحة المساعدة | https://github.com/johanson/SwipeHistory |
اللغات المدعومة | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "SwipeHistory", "version": "1.1", "manifest_version": 2, "description": "Emulate macbook\/chromebook (two finger) touchpad browser history navigation by abusing vertical scroll.", "author": "Rasmus Johanson", "homepage_url": "https:\/\/github.com\/johanson\/", "minimum_chrome_version": "75", "options_ui": { "page": "settings\/settings.html", "chrome_style": true }, "icons": { "128": "assets\/icon_128.png" }, "browser_action": { "default_popup": "settings\/settings.html" }, "permissions": [ "storage" ], "content_scripts": [ { "matches": [ " |