Apache Zeppelin Github Viewer
Github Viewer for Apache Zeppelin
What is Apache Zeppelin Github Viewer?
Apache Zeppelin Github Viewer is a Chrome extension developed by Rishabh Bhardwaj, and its main feature is "Github Viewer for Apache Zeppelin".
Extension Screenshots
Download Apache Zeppelin Github Viewer Extension CRX File
Download Apache Zeppelin Github Viewer extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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
Extension Basic Information
Name | Apache Zeppelin Github Viewer |
ID | nmcclabkicmehbdlfnmlgdbihinlldhc |
Official URL | https://chromewebstore.google.com/detail/apache-zeppelin-github-vi/nmcclabkicmehbdlfnmlgdbihinlldhc |
Description | Github Viewer for Apache Zeppelin |
File Size | 93.94 KB |
Installation Count | 115 |
Current Version | 0.0.1 |
Last Updated | 2017-10-15 |
Publish Date | 2017-10-15 |
Rating | 3.50/5 Total 2 Ratings |
Developer | Rishabh Bhardwaj |
Payment Type | free |
Supported Languages | 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" } ] } |