Reddit Top Comment
Shows the top comment when you hover over the comments link.
Reddit Top Comment क्या है?
Reddit Top Comment DiscoShady द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Shows the top comment when you hover over the comments link."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Reddit Top Comment एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
This simple and small Chrome Extension shows the top comment for a Reddit post when you hover over the comments link. Compatible with Reddit Enhancement Suite. ------- Any problems? Just message /u/DiscoShady on Reddit.com and i'll take a look!
एक्सटेंशन की मूल जानकारी
नाम | |
ID | dmpbhmingopjhhcppkbfedabmhiciinl |
आधिकारिक URL | https://chrome.google.com/webstore/detail/reddit-top-comment/dmpbhmingopjhhcppkbfedabmhiciinl |
विवरण | Shows the top comment when you hover over the comments link. |
फ़ाइल का आकार | 53.25 KB |
स्थापना संख्या | 23 |
वर्तमान संस्करण | 1.0 |
अंतिम अपडेट | 2015-06-09 |
प्रकाशन तिथि | 2015-06-09 |
रेटिंग | 5.00/5 कुल 1 रेटिंग्स |
डेवलपर | DiscoShady |
भुगतान के प्रकार | free |
समर्थित भाषाएँ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "content_scripts": [ { "js": [ "jquery-1.6.4.min.js", "topcomment.js" ], "matches": [ "http:\/\/reddit.com\/*", "https:\/\/reddit.com\/*", "http:\/\/*.reddit.com\/*", "https:\/\/*.reddit.com\/*" ] } ], "description": "Shows the top comment when you hover over the comments link.", "homepage_url": "http:\/\/reddit.com", "manifest_version": 2, "minimum_chrome_version": "20.0", "name": "Reddit Top Comment", "short_name": "Reddit Top", "permissions": [ "tabs", "history", "http:\/\/reddit.com\/*", "https:\/\/reddit.com\/*", "http:\/\/*.reddit.com\/*", "https:\/\/*.reddit.com\/*" ], "version": "1.0", "icons": { "16": "images\/icon-16x16.png", "32": "images\/icon-32x32.png", "64": "images\/icon-64x64.png", "128": "images\/icon-128x128.png" } } |