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 |
公式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" } } |