Reddit Top-Level Comment Scroller
Helps you scroll between top level comments on Reddit
ما هو Reddit Top-Level Comment Scroller؟
Reddit Top-Level Comment Scroller هو إضافة Chrome تم تطويرها بواسطة Eddy، والميزة الرئيسية لها هي "Helps you scroll between top level comments on Reddit".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Reddit Top-Level Comment Scroller
قم بتنزيل ملفات الامتداد Reddit Top-Level Comment Scroller بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Keyboard and mouse wheel navigation for comments. Useful for reading large discussions. Use Shift+Up or Shift+Down to jump between top-level comments. Or, place your mouse over the box placed in the bottom-right corner and scroll between top-level comments using your mouse wheel. (The box can be disabled in the options.) Note: all code is released under the WTFPL Contributers: Matt Livezey (sitetable fix)
معلومات أساسية عن التمديد
الاسم | Reddit Top-Level Comment Scroller |
ID | eijkojfjamombpgmepnneefgcakogimc |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/reddit-top-level-comment/eijkojfjamombpgmepnneefgcakogimc |
الوصف | Helps you scroll between top level comments on Reddit |
حجم الملف | 77.54 KB |
عدد التثبيتات | 177 |
النسخة الحالية | 1.9 |
آخر تحديث | 2016-06-11 |
تاريخ النشر | 2016-06-11 |
تقييم | 4.57/5 مجموع تقييمات 28 |
المطور | Eddy |
نوع الدفع | free |
موقع الإضافة | https://github.com/ghedsouza/reddit-top-level-comment-scroller |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Reddit Top-Level Comment Scroller", "version": "1.9", "manifest_version": 2, "description": "Helps you scroll between top level comments on Reddit", "background": { "scripts": [ "background.js" ] }, "content_scripts": [ { "js": [ "lib\/prototype.js", "lib\/scriptaculous.js", "lib\/builder.js", "lib\/effects.js", "lib\/dragdrop.js", "lib\/slider.js", "lib\/controls.js", "scroll.js" ], "matches": [ "https:\/\/www.reddit.com\/*\/comments\/*" ], "run_at": "document_end" } ], "options_page": "options.html" } |