Apache Zeppelin Github Viewer

Github Viewer for Apache Zeppelin

Apa itu Apache Zeppelin Github Viewer?

Apache Zeppelin Github Viewer adalah ekstensi Chrome yang dikembangkan oleh Rishabh Bhardwaj, dan fitur utamanya adalah "Github Viewer for Apache Zeppelin".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Apache Zeppelin Github Viewer

Unduh file ekstensi Apache Zeppelin Github Viewer dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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                    

Informasi Dasar Ekstensi

Nama Apache Zeppelin Github Viewer Apache Zeppelin Github Viewer
ID nmcclabkicmehbdlfnmlgdbihinlldhc
URL Resmi https://chromewebstore.google.com/detail/apache-zeppelin-github-vi/nmcclabkicmehbdlfnmlgdbihinlldhc
Deskripsi Github Viewer for Apache Zeppelin
Ukuran File 93.94 KB
Jumlah Instalasi 115
Versi Saat Ini 0.0.1
Terakhir Diperbarui 2017-10-15
Tanggal Publikasi 2017-10-15
Penilaian 3.50/5 Total 2 Penilaian
Pengembang Rishabh Bhardwaj
Tipe Pembayaran free
Bahasa yang Didukung 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"
        }
    ]
}