Apache Zeppelin Github Viewer
Github Viewer for Apache Zeppelin
Vad är Apache Zeppelin Github Viewer?
Apache Zeppelin Github Viewer är en Chrome-tillägg utvecklad av Rishabh Bhardwaj, och dess huvudfunktion är "Github Viewer for Apache Zeppelin".
Tilläggsskärmbilder
Ladda ner Apache Zeppelin Github Viewer-förlängningens CRX-fil
Ladda ner Apache Zeppelin Github Viewer-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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
Grundläggande Information om Tillägg
Namn | Apache Zeppelin Github Viewer |
ID | nmcclabkicmehbdlfnmlgdbihinlldhc |
Officiell webbadress | https://chromewebstore.google.com/detail/apache-zeppelin-github-vi/nmcclabkicmehbdlfnmlgdbihinlldhc |
Beskrivning | Github Viewer for Apache Zeppelin |
Filstorlek | 93.94 KB |
Antal Installationer | 115 |
Aktuell Version | 0.0.1 |
Senast Uppdaterad | 2017-10-15 |
Publiceringsdatum | 2017-10-15 |
Betyg | 3.50/5 Totalt 2 Betyg |
Utvecklare | Rishabh Bhardwaj |
Betalningssätt | free |
Stödda Språk | 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" } ] } |