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 กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
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" } |