Toggle Comments for reddit

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

Cos'è Toggle Comments for reddit?

Toggle Comments for reddit è un'estensione di Chrome sviluppata da eet6646, e la sua funzione principale è "Show and hide comments directly on the home page of reddit!".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Toggle Comments for reddit

Scarica i file di estensione Toggle Comments for reddit in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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                    

Informazioni di Base sull'Estensione

Nome Toggle Comments for reddit Toggle Comments for reddit
ID ooghofdlbfogobekpijdpogbdjilnmoh
URL Ufficiale https://chromewebstore.google.com/detail/toggle-comments-for-reddi/ooghofdlbfogobekpijdpogbdjilnmoh
Descrizione Show and hide comments directly on the home page of reddit!
Dimensione del File 90.52 KB
Conteggio Installazioni 39
Versione Corrente 0.0.5
Ultimo Aggiornamento 2017-04-21
Data di Pubblicazione 2017-04-20
Valutazione 5.00/5 Totale 1 Valutazioni
Sviluppatore eet6646
Tipo di Pagamento free
Sito Web dell'Estensione https://github.com/eet6646/Toggle-Comments-Reddit
Lingue Supportate 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\/*"
    ]
}