Reddit Top Comment

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

Co je Reddit Top Comment?

Reddit Top Comment je rozšíření Chrome vyvinuté DiscoShady, a jeho hlavní funkcí je „Shows the top comment when you hover over the comments link.“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření Reddit Top Comment

Stáhněte si soubory rozšíření Reddit Top Comment ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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!                    

Základní Informace o Rozšíření

Název Reddit Top Comment Reddit Top Comment
ID dmpbhmingopjhhcppkbfedabmhiciinl
Oficiální URL https://chrome.google.com/webstore/detail/reddit-top-comment/dmpbhmingopjhhcppkbfedabmhiciinl
Popis Shows the top comment when you hover over the comments link.
Velikost souboru 53.25 KB
Počet instalací 23
Aktuální Verze 1.0
Poslední Aktualizace 2015-06-09
Datum Vydání 2015-06-09
Hodnocení 5.00/5 Celkem 1 Hodnocení
Vývojář DiscoShady
Typ Platby free
Podporované Jazyky 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"
    }
}