Reddit Top Comment

Shows the top comment when you hover over the comments link.

Was ist Reddit Top Comment?

Reddit Top Comment ist eine Chrome-Erweiterung, die von DiscoShady entwickelt wurde, und ihr Hauptmerkmal ist "Shows the top comment when you hover over the comments link.".

Erweiterungsscreenshots

screenshot

Reddit Top Comment-Erweiterungs-CRX-Datei herunterladen

Laden Sie Reddit Top Comment-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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!                    

Grundlegende Informationen zur Erweiterung

Name Reddit Top Comment Reddit Top Comment
ID dmpbhmingopjhhcppkbfedabmhiciinl
Offizielle URL https://chrome.google.com/webstore/detail/reddit-top-comment/dmpbhmingopjhhcppkbfedabmhiciinl
Beschreibung Shows the top comment when you hover over the comments link.
Dateigröße 53.25 KB
Installationsanzahl 23
Aktuelle Version 1.0
Letztes Update 2015-06-09
Veröffentlichungsdatum 2015-06-09
Bewertung 5.00/5 Insgesamt 1 Bewertungen
Entwickler DiscoShady
Zahlungsart free
Unterstützte Sprachen 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"
    }
}