Apache Zeppelin Github Viewer

Github Viewer for Apache Zeppelin

Qu'est-ce que Apache Zeppelin Github Viewer ?

Apache Zeppelin Github Viewer est une extension Chrome développée par Rishabh Bhardwaj, et sa fonction principale est "Github Viewer for Apache Zeppelin".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Apache Zeppelin Github Viewer

Téléchargez les fichiers d'extension Apache Zeppelin Github Viewer au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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                    

Informations de Base sur l'Extension

Nom Apache Zeppelin Github Viewer Apache Zeppelin Github Viewer
ID nmcclabkicmehbdlfnmlgdbihinlldhc
URL Officiel https://chromewebstore.google.com/detail/apache-zeppelin-github-vi/nmcclabkicmehbdlfnmlgdbihinlldhc
Description Github Viewer for Apache Zeppelin
Taille du Fichier 93.94 KB
Nombre d'Installations 115
Version Actuelle 0.0.1
Dernière Mise à Jour 2017-10-15
Date de Publication 2017-10-15
Évaluation 3.50/5 Total 2 Évaluations
Développeur Rishabh Bhardwaj
Type de Paiement free
Langues Prises en Charge 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"
        }
    ]
}