SpanTree - GitLab Tree

Tree for Gitlab

¿Qué es SpanTree - GitLab Tree?

SpanTree - GitLab Tree es una extensión de Chrome desarrollada por tavy.andy97, y su función principal es "Tree for Gitlab".

Capturas de Pantalla de la Extensión

screenshot
screenshot
screenshot

Descargar Archivo CRX de la Extensión SpanTree - GitLab Tree

Descarga archivos de extensión SpanTree - GitLab Tree en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        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.                    

Información Básica de la Extensión

Nombre SpanTree - GitLab Tree SpanTree - GitLab Tree
ID gcjikeldobhnaglcoaejmdlmbienoocg
URL Oficial https://chromewebstore.google.com/detail/spantree-gitlab-tree/gcjikeldobhnaglcoaejmdlmbienoocg
Descripción Tree for Gitlab
Tamaño del Archivo 470 KB
Cantidad de Instalaciones 8,000
Versión Actual 0.0.5.0
Última Actualización 2023-06-18
Fecha de Publicación 2020-06-10
Calificación 4.59/5 Total de 27 Calificaciones
Desarrollador tavy.andy97
Correo electrónico [email protected]
Tipo de Pago free
URL de la Página de Ayuda https://github.com/tavyandy97/span-tree
Idiomas Soportados 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"
    }
}