Toggle Comments for reddit

Show and hide comments directly on the home page of reddit!

Co je Toggle Comments for reddit?

Toggle Comments for reddit je rozšíření Chrome vyvinuté eet6646, a jeho hlavní funkcí je „Show and hide comments directly on the home page of reddit!“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření Toggle Comments for reddit

Stáhněte si soubory rozšíření Toggle Comments for reddit 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í

                        Do you find it annoying to open a new tab/page to view user comments?

This extension allows you to show entire comment blocks from a post, on the same page. No need to open a new tab or even leave the page! View the post's comments on the same page, right under the post's title.

No new tabs, no new pages, saving you precious reddit'ing time.

Open Source!
============
http://goo.gl/HuNxI0                    

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

Název Toggle Comments for reddit Toggle Comments for reddit
ID ooghofdlbfogobekpijdpogbdjilnmoh
Oficiální URL https://chromewebstore.google.com/detail/toggle-comments-for-reddi/ooghofdlbfogobekpijdpogbdjilnmoh
Popis Show and hide comments directly on the home page of reddit!
Velikost souboru 90.52 KB
Počet instalací 39
Aktuální Verze 0.0.5
Poslední Aktualizace 2017-04-21
Datum Vydání 2017-04-20
Hodnocení 5.00/5 Celkem 1 Hodnocení
Vývojář eet6646
Typ Platby free
Webové stránky Rozšíření https://github.com/eet6646/Toggle-Comments-Reddit
Podporované Jazyky en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Toggle Comments for reddit",
    "short_name": "TCr",
    "description": "Show and hide comments directly on the home page of reddit!",
    "version": "0.0.5",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/www.reddit.com\/*"
            ],
            "js": [
                "jquery-3.2.1.min.js",
                "togglecomments.js"
            ]
        }
    ],
    "web_accessible_resources": [
        "jquery-3.2.1.min.map"
    ],
    "permissions": [
        "*:\/\/www.reddit.com\/*"
    ]
}