SpanTree - GitLab Tree

Tree for Gitlab

Qu'est-ce que SpanTree - GitLab Tree ?

SpanTree - GitLab Tree est une extension Chrome développée par tavy.andy97, et sa fonction principale est "Tree for Gitlab".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension SpanTree - GitLab Tree

Téléchargez les fichiers d'extension SpanTree - GitLab Tree au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom SpanTree - GitLab Tree SpanTree - GitLab Tree
ID gcjikeldobhnaglcoaejmdlmbienoocg
URL Officiel https://chromewebstore.google.com/detail/spantree-gitlab-tree/gcjikeldobhnaglcoaejmdlmbienoocg
Description Tree for Gitlab
Taille du Fichier 470 KB
Nombre d'Installations 8,000
Version Actuelle 0.0.5.0
Dernière Mise à Jour 2023-06-18
Date de Publication 2020-06-10
Évaluation 4.59/5 Total 27 Évaluations
Développeur tavy.andy97
Email [email protected]
Type de Paiement free
URL de la Page d'Aide https://github.com/tavyandy97/span-tree
Langues Prises en Charge 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"
    }
}