SpanTree - GitLab Tree

Tree for Gitlab

Wat is SpanTree - GitLab Tree?

SpanTree - GitLab Tree is een Chrome-extensie ontwikkeld door tavy.andy97, en de belangrijkste functie is "Tree for Gitlab".

Extensie Screenshots

screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie SpanTree - GitLab Tree

Download SpanTree - GitLab Tree-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam SpanTree - GitLab Tree SpanTree - GitLab Tree
ID gcjikeldobhnaglcoaejmdlmbienoocg
Officiële URL https://chromewebstore.google.com/detail/spantree-gitlab-tree/gcjikeldobhnaglcoaejmdlmbienoocg
Beschrijving Tree for Gitlab
Bestandsgrootte 470 KB
Aantal Installaties 8,000
Huidige Versie 0.0.5.0
Laatst Bijgewerkt 2023-06-18
Publicatiedatum 2020-06-10
Beoordeling 4.59/5 Totaal 27 Beoordelingen
Ontwikkelaar tavy.andy97
E-mail [email protected]
Betalingswijze free
Help Pagina-URL https://github.com/tavyandy97/span-tree
Ondersteunde Talen 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"
    }
}