Reddit Post Previewer

A chrome extension to preview new Reddit posts.

O que é Reddit Post Previewer?

Reddit Post Previewer é uma extensão do Chrome desenvolvida por Nick Rameau, e sua principal característica é "A chrome extension to preview new Reddit posts.".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Reddit Post Previewer

Baixe arquivos de extensão Reddit Post Previewer 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

                        A chrome extension to preview new Reddit posts.

It's open source: https://github.com/R4meau/reddit-post-previewer                    

Informações Básicas da Extensão

Nome Reddit Post Previewer Reddit Post Previewer
ID cmciogmigfaangcbmlmncbjofgpojgil
URL Oficial https://chromewebstore.google.com/detail/reddit-post-previewer/cmciogmigfaangcbmlmncbjofgpojgil
Descrição A chrome extension to preview new Reddit posts.
Tamanho do Arquivo 52.91 KB
Contagem de Instalações 113
Versão Atual 1.0.0
Última Atualização 2016-10-10
Data de Publicação 2016-10-10
Classificação 4.33/5 Total de 3 Avaliações
Desenvolvedor Nick Rameau
Email [email protected]
Tipo de Pagamento free
URL da Página de Ajuda https://github.com/R4meau/reddit-post-previewer
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Reddit Post Previewer",
    "version": "1.0.0",
    "description": "A chrome extension to preview new Reddit posts.",
    "manifest_version": 2,
    "icons": {
        "16": "img\/icon16.png",
        "48": "img\/icon48.png",
        "128": "img\/icon128.png"
    },
    "content_scripts": [
        {
            "js": [
                "js\/jquery-2.0.2.min.js",
                "js\/showdown.min.js",
                "js\/background.js"
            ],
            "css": [
                "css\/custom.css"
            ],
            "matches": [
                "https:\/\/www.reddit.com\/*submit?selftext=true",
                "http:\/\/www.reddit.com\/*submit?selftext=true"
            ]
        }
    ]
}