SpanTree - GitLab Tree

Tree for Gitlab

O que é SpanTree - GitLab Tree?

SpanTree - GitLab Tree é uma extensão do Chrome desenvolvida por tavy.andy97, e sua principal característica é "Tree for Gitlab".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão SpanTree - GitLab Tree

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

                        Making GitLab smarter. Octotree alternative for GitLab.

SpanTree makes navigating a GitLab repository feel like a breeze by providing a familiar tree structure.

🌳NOW SUPPORTS QUICK SEARCH 🌳 Try it out using Ctrl/⌘ + P 🌳

Features
🌳 Easy to navigate tree structure
🌳 Resize the tree to your convenience
🌳 Supports self-hosted GitLab instances (Along with compatibility mode for GitLab v12 and less)
🌳 Lazy loaded file structure for a fast responsive user interface
🌳 Inbuilt Dark Theme for GitLab
🌳 Quick Search your Repository
🌳 Auto-Theme (Picks color from GitLab theme)

SpanTree is an actively maintained always free open source project. Please feel free to report any issues or request any features at https://github.com/tavyandy97/span-tree.                    

Informações Básicas da Extensão

Nome SpanTree - GitLab Tree SpanTree - GitLab Tree
ID gcjikeldobhnaglcoaejmdlmbienoocg
URL Oficial https://chromewebstore.google.com/detail/spantree-gitlab-tree/gcjikeldobhnaglcoaejmdlmbienoocg
Descrição Tree for Gitlab
Tamanho do Arquivo 470 KB
Contagem de Instalações 8,000
Versão Atual 0.0.5.0
Última Atualização 2023-06-18
Data de Publicação 2020-06-10
Classificação 4.59/5 Total de 27 Avaliações
Desenvolvedor tavy.andy97
Email [email protected]
Tipo de Pagamento free
URL da Página de Ajuda https://github.com/tavyandy97/span-tree
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "SpanTree - GitLab Tree",
    "description": "Tree for Gitlab",
    "version": "0.0.5.0",
    "background": {
        "service_worker": "event.js"
    },
    "host_permissions": [
        ""
    ],
    "action": {
        "default_title": "SpanTree",
        "default_popup": "popup.html"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "*.png",
                "*.woff2",
                "*.svg",
                "*.css"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "css": [],
            "js": [
                "content.js"
            ]
        },
        {
            "run_at": "document_start",
            "matches": [
                ""
            ],
            "css": [],
            "js": [
                "libs\/contentDark.js"
            ]
        }
    ],
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "64": "icons\/icon64.png",
        "128": "icons\/icon128.png"
    }
}