Edge Scroll
Scroll the page via the edges
ما هو Edge Scroll؟
Edge Scroll هو إضافة Chrome تم تطويرها بواسطة http://smallurl.in، والميزة الرئيسية لها هي "Scroll the page via the edges".
تحميل ملف CRX للإضافة Edge Scroll
قم بتنزيل ملفات الامتداد Edge Scroll بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
WIP Edge Scrolling Extension, When your cursor is within a certain distance of any edge (100px) the page will scroll for you. Closer to the edge the faster it scrolls! This is currently Work In Progress and will soon acquire a settings panel with some customiseable options. To disable edge scrolling simply disable the extension!
معلومات أساسية عن التمديد
الاسم | ![]() |
ID | kdkokagnnhehebchcapggfdfhnaapnpf |
عنوان URL الرسمي | https://chrome.google.com/webstore/detail/edge-scroll/kdkokagnnhehebchcapggfdfhnaapnpf |
الوصف | Scroll the page via the edges |
حجم الملف | 3.6 KB |
عدد التثبيتات | 20 |
النسخة الحالية | 0.0.1 |
آخر تحديث | 2014-08-15 |
تاريخ النشر | 2014-08-15 |
تقييم | 4.25/5 مجموع تقييمات 4 |
المطور | http://smallurl.in |
نوع الدفع | free |
اللغات المدعومة | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Edge Scroll", "description": "Scroll the page via the edges", "version": "0.0.1", "author": "Xeonr Network", "incognito": "split", "content_scripts": [ { "matches": [ "*:\/\/*\/*" ], "js": [ "scroller_script.js" ] } ], "manifest_version": 2 } |