Toggle Comments for reddit

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

¿Qué es Toggle Comments for reddit?

Toggle Comments for reddit es una extensión de Chrome desarrollada por eet6646, y su función principal es "Show and hide comments directly on the home page of reddit!".

Capturas de Pantalla de la Extensión

screenshot

Descargar Archivo CRX de la Extensión Toggle Comments for reddit

Descarga archivos de extensión Toggle Comments for reddit en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        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                    

Información Básica de la Extensión

Nombre Toggle Comments for reddit Toggle Comments for reddit
ID ooghofdlbfogobekpijdpogbdjilnmoh
URL Oficial https://chromewebstore.google.com/detail/toggle-comments-for-reddi/ooghofdlbfogobekpijdpogbdjilnmoh
Descripción Show and hide comments directly on the home page of reddit!
Tamaño del Archivo 90.52 KB
Cantidad de Instalaciones 39
Versión Actual 0.0.5
Última Actualización 2017-04-21
Fecha de Publicación 2017-04-20
Calificación 5.00/5 Total de 1 Calificaciones
Desarrollador eet6646
Tipo de Pago free
Sitio Web de la Extensión https://github.com/eet6646/Toggle-Comments-Reddit
Idiomas Soportados 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\/*"
    ]
}