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」です。
拡張機能のスクリーンショット
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 |
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" } ] } |