Reddit Post Previewer

A chrome extension to preview new Reddit posts.

¿Qué es Reddit Post Previewer?

Reddit Post Previewer es una extensión de Chrome desarrollada por Nick Rameau, y su función principal es "A chrome extension to preview new Reddit posts.".

Capturas de Pantalla de la Extensión

screenshot

Descargar Archivo CRX de la Extensión Reddit Post Previewer

Descarga archivos de extensión Reddit Post Previewer 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

                        A chrome extension to preview new Reddit posts.

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

Información Básica de la Extensión

Nombre Reddit Post Previewer Reddit Post Previewer
ID cmciogmigfaangcbmlmncbjofgpojgil
URL Oficial https://chromewebstore.google.com/detail/reddit-post-previewer/cmciogmigfaangcbmlmncbjofgpojgil
Descripción A chrome extension to preview new Reddit posts.
Tamaño del Archivo 52.91 KB
Cantidad de Instalaciones 113
Versión Actual 1.0.0
Última Actualización 2016-10-10
Fecha de Publicación 2016-10-10
Calificación 4.33/5 Total de 3 Calificaciones
Desarrollador Nick Rameau
Correo electrónico [email protected]
Tipo de Pago free
URL de la Página de Ayuda https://github.com/R4meau/reddit-post-previewer
Idiomas Soportados 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"
            ]
        }
    ]
}