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".

لقطات شاشة التمديد

screenshot

تحميل ملف CRX للإضافة Apache Zeppelin Github Viewer

قم بتنزيل ملفات الامتداد Apache Zeppelin Github Viewer بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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 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"
        }
    ]
}