gitlab tree

Chrome extension to display Gitlab code in tree format

O que é gitlab tree?

gitlab tree é uma extensão do Chrome desenvolvida por Frank Fan, e sua principal característica é "Chrome extension to display Gitlab code in tree format".

Capturas de Tela da Extensão

screenshot
screenshot

Baixar o arquivo CRX da Extensão gitlab tree

Baixe arquivos de extensão gitlab tree 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

                        * this is the first one on chrome web store, always free and continually optimization.

* support all the enterprise intranet gitlab service
* Easy-to-navigate code tree like web IDEs, simple and non-invasive
* UI looks like Gitlab default UI
* hotkey support( hit [ to toggle gitlab-tree sidebar )
* support gitlab 8.x and 9.x version 
* no page refresh                    

Informações Básicas da Extensão

Nome gitlab tree gitlab tree
ID dllpphhnoanpcnlnipopibigdoeignbb
URL Oficial https://chrome.google.com/webstore/detail/gitlab-tree/dllpphhnoanpcnlnipopibigdoeignbb
Descrição Chrome extension to display Gitlab code in tree format
Tamanho do Arquivo 197 KB
Contagem de Instalações 4,983
Versão Atual 2.0.1
Última Atualização 2018-03-22
Data de Publicação 2018-03-22
Classificação 2.38/5 Total de 29 Avaliações
Desenvolvedor Frank Fan
Tipo de Pagamento free
Site da Extensão https://github.com/FrankFan/gitlab-tree
URL da Página de Ajuda https://github.com/FrankFan/gitlab-tree
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "gitlab tree",
    "version": "2.0.1",
    "manifest_version": 2,
    "author": "Frank Fan",
    "description": "Chrome extension to display Gitlab code in tree format",
    "homepage_url": "https:\/\/github.com\/FrankFan\/gitlab-tree",
    "permissions": [
        "storage"
    ],
    "icons": {
        "16": "imgs\/gitlab.png",
        "48": "imgs\/gitlab.png",
        "128": "imgs\/gitlab.png"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "libs\/jquery\/jquery.js",
                "libs\/jstree\/jstree.js",
                "libs\/pjax\/jquery.pjax.js",
                "libs\/highlight\/highlight.min.js",
                "libs\/nprogress\/nprogress.js",
                "libs\/base64-js\/base64js.min.js",
                "gitlabtree.js"
            ],
            "css": [
                "main.css",
                "libs\/nprogress\/nprogress.css",
                "libs\/jstree\/jstree.css"
            ],
            "run_at": "document_start"
        }
    ]
}