Reddit Top Comment
Shows the top comment when you hover over the comments link.
什麼是Reddit Top Comment?
Reddit Top Comment是由DiscoShady開發的Chrome擴展程式,該擴展的主要功能是“Shows the top comment when you hover over the comments link.”。
擴展截圖
下載Reddit Top Comment擴展crx文件
下載Reddit Top Comment擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
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 |
官方網址 | 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" } } |