Apache Zeppelin Github Viewer
Github Viewer for Apache Zeppelin
Apache Zeppelin Github Viewerคืออะไร?
Apache Zeppelin Github Viewer เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Rishabh Bhardwaj และคุณลักษณะหลักของมันคือ "Github Viewer for Apache Zeppelin"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Apache Zeppelin Github Viewer
ดาวน์โหลดไฟล์ส่วนขยาย Apache Zeppelin Github Viewer ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
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
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Apache Zeppelin Github Viewer |
ID | nmcclabkicmehbdlfnmlgdbihinlldhc |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/apache-zeppelin-github-vi/nmcclabkicmehbdlfnmlgdbihinlldhc |
คำอธิบาย | Github Viewer for Apache Zeppelin |
ขนาดไฟล์ | 93.94 KB |
จำนวนการติดตั้ง | 115 |
เวอร์ชันปัจจุบัน | 0.0.1 |
อัปเดตครั้งล่าสุด | 2017-10-15 |
วันที่เผยแพร่ | 2017-10-15 |
คะแนน | 3.50/5 รวมทั้งหมด 2 คะแนน |
ผู้พัฒนา | Rishabh Bhardwaj |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | 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" } ] } |