Scroll Back
Change the behaviour of Shift-Wheel to go forward and back in the history, like Firefox.
ما هو Scroll Back؟
Scroll Back هو إضافة Chrome تم تطويرها بواسطة https://erambler.co.uk، والميزة الرئيسية لها هي "Change the behaviour of Shift-Wheel to go forward and back in the history, like Firefox.".
تحميل ملف CRX للإضافة Scroll Back
قم بتنزيل ملفات الامتداد Scroll Back بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Firefox allows you to navigate in the history by holding down the Shift key and using the mouse wheel. This extension enables the same behaviour in Chrome. There is no configuration: just disable the extension to go back to the default behaviour. License: https://github.com/jezcope/chrome-scroll-back/blob/master/LICENSE.txt Please report bugs at https://github.com/jezcope/chrome-scroll-back/issues. Icon taken from FontAwesome (http://fortawesome.github.io/Font-Awesome/).
معلومات أساسية عن التمديد
الاسم | Scroll Back |
ID | bhhdgkdmcbgoecgmdgbkabdbjcihafgc |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/scroll-back/bhhdgkdmcbgoecgmdgbkabdbjcihafgc |
الوصف | Change the behaviour of Shift-Wheel to go forward and back in the history, like Firefox. |
حجم الملف | 5.87 KB |
عدد التثبيتات | 114 |
النسخة الحالية | 0.1.1 |
آخر تحديث | 2017-01-06 |
تاريخ النشر | 2017-01-06 |
تقييم | 5.00/5 مجموع تقييمات 4 |
المطور | https://erambler.co.uk |
نوع الدفع | free |
اللغات المدعومة | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Scroll Back", "description": "Change the behaviour of Shift-Wheel to go forward and back in the history, like Firefox.", "icons": { "128": "icon.png" }, "version": "0.1.1", "content_scripts": [ { "all_frames": true, "js": [ "js\/scrollback.js" ], "matches": [ "http:\/\/*\/*", "https:\/\/*\/*", "ftp:\/\/*\/*" ], "run_at": "document_start" } ] } |