Apache Zeppelin Github Viewer

Github Viewer for Apache Zeppelin

¿Qué es Apache Zeppelin Github Viewer?

Apache Zeppelin Github Viewer es una extensión de Chrome desarrollada por Rishabh Bhardwaj, y su función principal es "Github Viewer for Apache Zeppelin".

Capturas de Pantalla de la Extensión

screenshot

Descargar Archivo CRX de la Extensión Apache Zeppelin Github Viewer

Descarga archivos de extensión Apache Zeppelin Github Viewer 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

                        Install it to view Apache Zeppelin Notebooks in Github as they are supposed to be.
Please create any issues here: https://github.com/rishabhbhardwaj/zeppelin-github-viewer/issues

You are welcome to contribute to make this better. Here is the link for the project: https://github.com/rishabhbhardwaj/zeppelin-github-viewer                    

Información Básica de la Extensión

Nombre Apache Zeppelin Github Viewer Apache Zeppelin Github Viewer
ID nmcclabkicmehbdlfnmlgdbihinlldhc
URL Oficial https://chromewebstore.google.com/detail/apache-zeppelin-github-vi/nmcclabkicmehbdlfnmlgdbihinlldhc
Descripción Github Viewer for Apache Zeppelin
Tamaño del Archivo 93.94 KB
Cantidad de Instalaciones 115
Versión Actual 0.0.1
Última Actualización 2017-10-15
Fecha de Publicación 2017-10-15
Calificación 3.50/5 Total de 2 Calificaciones
Desarrollador Rishabh Bhardwaj
Tipo de Pago free
Idiomas Soportados en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Apache Zeppelin Github Viewer",
    "version": "0.0.1",
    "description": "Github Viewer for Apache Zeppelin",
    "content_scripts": [
        {
            "css": [
                "css\/style.css",
                "css\/default.min.css",
                "css\/material.indigo-pink.min.css"
            ],
            "js": [
                "js\/jquery-3.2.1.min.js",
                "content.js",
                "js\/material.min.js"
            ],
            "matches": [
                "https:\/\/*.github.com\/*\/blob\/*\/*"
            ],
            "run_at": "document_end"
        }
    ]
}