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
官方URL 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"
        }
    ]
}