Reddit Top Comment
Shows the top comment when you hover over the comments link.
Qu'est-ce que Reddit Top Comment ?
Reddit Top Comment est une extension Chrome développée par DiscoShady, et sa fonction principale est "Shows the top comment when you hover over the comments link.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Reddit Top Comment
Téléchargez les fichiers d'extension Reddit Top Comment au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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!
Informations de Base sur l'Extension
Nom | |
ID | dmpbhmingopjhhcppkbfedabmhiciinl |
URL Officiel | https://chrome.google.com/webstore/detail/reddit-top-comment/dmpbhmingopjhhcppkbfedabmhiciinl |
Description | Shows the top comment when you hover over the comments link. |
Taille du Fichier | 53.25 KB |
Nombre d'Installations | 23 |
Version Actuelle | 1.0 |
Dernière Mise à Jour | 2015-06-09 |
Date de Publication | 2015-06-09 |
Évaluation | 5.00/5 Total 1 Évaluations |
Développeur | DiscoShady |
Type de Paiement | free |
Langues Prises en Charge | 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" } } |