Apache Zeppelin Github Viewer

Github Viewer for Apache Zeppelin

O que é Apache Zeppelin Github Viewer?

Apache Zeppelin Github Viewer é uma extensão do Chrome desenvolvida por Rishabh Bhardwaj, e sua principal característica é "Github Viewer for Apache Zeppelin".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Apache Zeppelin Github Viewer

Baixe arquivos de extensão Apache Zeppelin Github Viewer no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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                    

Informações Básicas da Extensão

Nome Apache Zeppelin Github Viewer Apache Zeppelin Github Viewer
ID nmcclabkicmehbdlfnmlgdbihinlldhc
URL Oficial https://chromewebstore.google.com/detail/apache-zeppelin-github-vi/nmcclabkicmehbdlfnmlgdbihinlldhc
Descrição Github Viewer for Apache Zeppelin
Tamanho do Arquivo 93.94 KB
Contagem de Instalações 115
Versão Atual 0.0.1
Última Atualização 2017-10-15
Data de Publicação 2017-10-15
Classificação 3.50/5 Total de 2 Avaliações
Desenvolvedor Rishabh Bhardwaj
Tipo de Pagamento free
Idiomas Suportados 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"
        }
    ]
}