Apache Zeppelin Github Viewer

Github Viewer for Apache Zeppelin

Co to jest Apache Zeppelin Github Viewer?

Apache Zeppelin Github Viewer to rozszerzenie Chrome opracowane przez Rishabh Bhardwaj, a jego główną funkcją jest „Github Viewer for Apache Zeppelin”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Apache Zeppelin Github Viewer

Pobierz pliki rozszerzeń Apache Zeppelin Github Viewer w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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                    

Podstawowe informacje o rozszerzeniu

Nazwa Apache Zeppelin Github Viewer Apache Zeppelin Github Viewer
ID nmcclabkicmehbdlfnmlgdbihinlldhc
Oficjalny URL https://chromewebstore.google.com/detail/apache-zeppelin-github-vi/nmcclabkicmehbdlfnmlgdbihinlldhc
Opis Github Viewer for Apache Zeppelin
Rozmiar pliku 93.94 KB
Liczba instalacji 115
Aktualna Wersja 0.0.1
Ostatnia Aktualizacja 2017-10-15
Data Publikacji 2017-10-15
Ocena 3.50/5 Łącznie 2 Oceny
Deweloper Rishabh Bhardwaj
Typ Płatności free
Obsługiwane Języki 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"
        }
    ]
}