Chrome Wheel
Makes alt/shift/ctrl-scrollwheel scroll in large increments instead of default behavior.
ما هو Chrome Wheel؟
Chrome Wheel هو إضافة Chrome تم تطويرها بواسطة http://samskivert.com، والميزة الرئيسية لها هي "Makes alt/shift/ctrl-scrollwheel scroll in large increments instead of default behavior.".
تحميل ملف CRX للإضافة Chrome Wheel
قم بتنزيل ملفات الامتداد Chrome Wheel بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Back in the good old days, ctrl-mousewheel or alt-mousewheel scrolled the page in large (full page) increments. That was actually useful. Then someone had the genius idea of making that scale the page up or down. Not so useful in my humble opinion, so this plugin restores the "scroll faster" behavior.
معلومات أساسية عن التمديد
الاسم | |
ID | ceooplgmfmmjjbmnmhnpnmkikmmcikbn |
عنوان URL الرسمي | https://chrome.google.com/webstore/detail/chrome-wheel/ceooplgmfmmjjbmnmhnpnmkikmmcikbn |
الوصف | Makes alt/shift/ctrl-scrollwheel scroll in large increments instead of default behavior. |
حجم الملف | 3.52 KB |
عدد التثبيتات | 19 |
النسخة الحالية | 1.0.1 |
آخر تحديث | 2016-12-02 |
تاريخ النشر | 2016-12-02 |
تقييم | 3.00/5 مجموع تقييمات 3 |
المطور | http://samskivert.com |
نوع الدفع | free |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Chrome Wheel", "version": "1.0.1", "description": "Makes alt\/shift\/ctrl-scrollwheel scroll in large increments instead of default behavior.", "permissions": [ "tabs" ], "content_scripts": [ { "js": [ "chromewheel.js" ], "run_at": "document_start", "matches": [ "http:\/\/*\/*", "https:\/\/*\/*", "file:\/\/\/*\/*" ], "all_frames": true } ] } |