Apache Zeppelin Github Viewer
Github Viewer for Apache Zeppelin
Wat is Apache Zeppelin Github Viewer?
Apache Zeppelin Github Viewer is een Chrome-extensie ontwikkeld door Rishabh Bhardwaj, en de belangrijkste functie is "Github Viewer for Apache Zeppelin".
Extensie Screenshots
Download het CRX-bestand van de extensie Apache Zeppelin Github Viewer
Download Apache Zeppelin Github Viewer-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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
Basisinformatie over de Extensie
Naam | Apache Zeppelin Github Viewer |
ID | nmcclabkicmehbdlfnmlgdbihinlldhc |
Officiële URL | https://chromewebstore.google.com/detail/apache-zeppelin-github-vi/nmcclabkicmehbdlfnmlgdbihinlldhc |
Beschrijving | Github Viewer for Apache Zeppelin |
Bestandsgrootte | 93.94 KB |
Aantal Installaties | 115 |
Huidige Versie | 0.0.1 |
Laatst Bijgewerkt | 2017-10-15 |
Publicatiedatum | 2017-10-15 |
Beoordeling | 3.50/5 Totaal 2 Beoordelingen |
Ontwikkelaar | Rishabh Bhardwaj |
Betalingswijze | free |
Ondersteunde Talen | 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" } ] } |