Reddit Top-Level Comment Scroller
Helps you scroll between top level comments on Reddit
Reddit Top-Level Comment Scroller क्या है?
Reddit Top-Level Comment Scroller Eddy द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Helps you scroll between top level comments on Reddit"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Reddit Top-Level Comment Scroller एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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" } |