Toggle Comments for reddit

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

O que é Toggle Comments for reddit?

Toggle Comments for reddit é uma extensão do Chrome desenvolvida por eet6646, e sua principal característica é "Show and hide comments directly on the home page of reddit!".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Toggle Comments for reddit

Baixe arquivos de extensão Toggle Comments for reddit no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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                    

Informações Básicas da Extensão

Nome Toggle Comments for reddit Toggle Comments for reddit
ID ooghofdlbfogobekpijdpogbdjilnmoh
URL Oficial https://chromewebstore.google.com/detail/toggle-comments-for-reddi/ooghofdlbfogobekpijdpogbdjilnmoh
Descrição Show and hide comments directly on the home page of reddit!
Tamanho do Arquivo 90.52 KB
Contagem de Instalações 39
Versão Atual 0.0.5
Última Atualização 2017-04-21
Data de Publicação 2017-04-20
Classificação 5.00/5 Total de 1 Avaliações
Desenvolvedor eet6646
Tipo de Pagamento free
Site da Extensão https://github.com/eet6646/Toggle-Comments-Reddit
Idiomas Suportados 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\/*"
    ]
}