SpanTree - GitLab Tree

Tree for Gitlab

What is SpanTree - GitLab Tree?

SpanTree - GitLab Tree is a Chrome extension developed by tavy.andy97, and its main feature is "Tree for Gitlab".

Extension Screenshots

screenshot
screenshot
screenshot

Download SpanTree - GitLab Tree Extension CRX File

Download SpanTree - GitLab Tree extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name SpanTree - GitLab Tree SpanTree - GitLab Tree
ID gcjikeldobhnaglcoaejmdlmbienoocg
Official URL https://chromewebstore.google.com/detail/spantree-gitlab-tree/gcjikeldobhnaglcoaejmdlmbienoocg
Description Tree for Gitlab
File Size 470 KB
Installation Count 8,000
Current Version 0.0.5.0
Last Updated 2023-06-18
Publish Date 2020-06-10
Rating 4.59/5 Total 27 Ratings
Developer tavy.andy97
Email [email protected]
Payment Type free
Help Page URL https://github.com/tavyandy97/span-tree
Supported Languages 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"
    }
}