Apache Zeppelin Github Viewer

Github Viewer for Apache Zeppelin

Cos'è Apache Zeppelin Github Viewer?

Apache Zeppelin Github Viewer è un'estensione di Chrome sviluppata da Rishabh Bhardwaj, e la sua funzione principale è "Github Viewer for Apache Zeppelin".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Apache Zeppelin Github Viewer

Scarica i file di estensione Apache Zeppelin Github Viewer in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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                    

Informazioni di Base sull'Estensione

Nome Apache Zeppelin Github Viewer Apache Zeppelin Github Viewer
ID nmcclabkicmehbdlfnmlgdbihinlldhc
URL Ufficiale https://chromewebstore.google.com/detail/apache-zeppelin-github-vi/nmcclabkicmehbdlfnmlgdbihinlldhc
Descrizione Github Viewer for Apache Zeppelin
Dimensione del File 93.94 KB
Conteggio Installazioni 115
Versione Corrente 0.0.1
Ultimo Aggiornamento 2017-10-15
Data di Pubblicazione 2017-10-15
Valutazione 3.50/5 Totale 2 Valutazioni
Sviluppatore Rishabh Bhardwaj
Tipo di Pagamento free
Lingue Supportate 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"
        }
    ]
}