Apache Zeppelin Github Viewer
Github Viewer for Apache Zeppelin
Hvad er Apache Zeppelin Github Viewer?
Apache Zeppelin Github Viewer er en Chrome-udvidelse udviklet af Rishabh Bhardwaj, og dens hovedfunktion er "Github Viewer for Apache Zeppelin".
Udvidelsesskærmbilleder
Download Apache Zeppelin Github Viewer-udvidelses-CRX-fil
Download Apache Zeppelin Github Viewer-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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æggende oplysninger om udvidelsen
| Navn | |
| ID | nmcclabkicmehbdlfnmlgdbihinlldhc |
| Officiel URL | https://chromewebstore.google.com/detail/apache-zeppelin-github-vi/nmcclabkicmehbdlfnmlgdbihinlldhc |
| Beskrivelse | Github Viewer for Apache Zeppelin |
| Filstørrelse | 93.94 KB |
| Antal Installationer | 115 |
| Nuværende Version | 0.0.1 |
| Senest Opdateret | 2017-10-15 |
| Udgivelsesdato | 2017-10-15 |
| Bedømmelse | 3.50/5 Samlet 2 Bedømmelser |
| Udvikler | Rishabh Bhardwaj |
| Betalingsmetode | free |
| Understøttede Sprog | 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"
}
]
} | |