Apache Zeppelin Github Viewer

Github Viewer for Apache Zeppelin

Co je Apache Zeppelin Github Viewer?

Apache Zeppelin Github Viewer je rozšíření Chrome vyvinuté Rishabh Bhardwaj, a jeho hlavní funkcí je „Github Viewer for Apache Zeppelin“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření Apache Zeppelin Github Viewer

Stáhněte si soubory rozšíření Apache Zeppelin Github Viewer ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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                    

Základní Informace o Rozšíření

Název Apache Zeppelin Github Viewer Apache Zeppelin Github Viewer
ID nmcclabkicmehbdlfnmlgdbihinlldhc
Oficiální URL https://chromewebstore.google.com/detail/apache-zeppelin-github-vi/nmcclabkicmehbdlfnmlgdbihinlldhc
Popis Github Viewer for Apache Zeppelin
Velikost souboru 93.94 KB
Počet instalací 115
Aktuální Verze 0.0.1
Poslední Aktualizace 2017-10-15
Datum Vydání 2017-10-15
Hodnocení 3.50/5 Celkem 2 Hodnocení
Vývojář Rishabh Bhardwaj
Typ Platby free
Podporované Jazyky 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"
        }
    ]
}