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 с друзьями, чтобы легко установить расширения 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 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"
        }
    ]
}