Apache Zeppelin Github Viewer

Github Viewer for Apache Zeppelin

什麼是Apache Zeppelin Github Viewer?

Apache Zeppelin Github Viewer是由Rishabh Bhardwaj開發的Chrome擴展程式,該擴展的主要功能是“Github Viewer for Apache Zeppelin”。

擴展截圖

screenshot

下載Apache Zeppelin Github Viewer擴展crx文件

下載Apache Zeppelin Github Viewer擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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                    

擴展基本資訊

名稱 Apache Zeppelin Github Viewer Apache Zeppelin Github Viewer
ID nmcclabkicmehbdlfnmlgdbihinlldhc
官方網址 https://chromewebstore.google.com/detail/apache-zeppelin-github-vi/nmcclabkicmehbdlfnmlgdbihinlldhc
簡介 Github Viewer for Apache Zeppelin
檔案大小 93.94 KB
安裝次數 115
目前版本 0.0.1
更新時間 2017-10-15
上架時間 2017-10-15
評分 3.50/5 共 2 次評分
開發者 Rishabh Bhardwaj
付費類型 free
支援的語言 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"
        }
    ]
}