Apache Zeppelin Github Viewer
Github Viewer for Apache Zeppelin
Apache Zeppelin Github Viewer là gì?
Apache Zeppelin Github Viewer là một tiện ích mở rộng Chrome được phát triển bởi Rishabh Bhardwaj, và tính năng chính của nó là "Github Viewer for Apache Zeppelin".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Apache Zeppelin Github Viewer
Tải xuống các tệp mở rộng Apache Zeppelin Github Viewer dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Apache Zeppelin Github Viewer |
ID | nmcclabkicmehbdlfnmlgdbihinlldhc |
URL Chính Thức | https://chromewebstore.google.com/detail/apache-zeppelin-github-vi/nmcclabkicmehbdlfnmlgdbihinlldhc |
Mô tả | Github Viewer for Apache Zeppelin |
Kích Thước Tệp | 93.94 KB |
Số Lần Cài Đặt | 115 |
Phiên Bản Hiện Tại | 0.0.1 |
Cập Nhật Lần Cuối | 2017-10-15 |
Ngày Phát Hành | 2017-10-15 |
Đánh Giá | 3.50/5 Tổng số 2 Đánh Giá |
Nhà Phát Triển | Rishabh Bhardwaj |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | 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" } ] } |