GitLab Commit File Tree

Displays a file tree on GitLab merge request and commit pages.

GitLab Commit File Tree क्या है?

GitLab Commit File Tree Mordred द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Displays a file tree on GitLab merge request and commit pages."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में GitLab Commit File Tree एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        Displays a collapsible file tree on all Merge Requests and Commit diffs. Should work on gitlab.com and private gitlab installations.

Shows, new and deleted files as well as marks files which have comments.

Based on the work of Jimmy Anderson and Tomáš Bončo.

v2.0.0 - initial release for all gitlab repos
v2.1.0 - added scroll to file, and automatic expansion of collapsed files                    

एक्सटेंशन की मूल जानकारी

नाम GitLab Commit File Tree GitLab Commit File Tree
ID dgbnbphgodpcepmhcjmmmodcmkmkfibg
आधिकारिक URL https://chromewebstore.google.com/detail/gitlab-commit-file-tree/dgbnbphgodpcepmhcjmmmodcmkmkfibg
विवरण Displays a file tree on GitLab merge request and commit pages.
फ़ाइल का आकार 17.96 KB
स्थापना संख्या 64
वर्तमान संस्करण 2.1.0
अंतिम अपडेट 2018-10-29
प्रकाशन तिथि 2018-10-29
रेटिंग 3.25/5 कुल 4 रेटिंग्स
डेवलपर Mordred
भुगतान के प्रकार free
समर्थित भाषाएँ en
manifest.json
{
    "background": {
        "persistent": false,
        "scripts": [
            "js\/background.js"
        ]
    },
    "content_scripts": [
        {
            "all_frames": true,
            "css": [
                "css\/file-tree.css"
            ],
            "js": [
                "js\/file-tree.js"
            ],
            "matches": [
                "https:\/\/*\/*merge_requests\/*",
                "https:\/\/*\/*commit*"
            ],
            "run_at": "document_idle"
        }
    ],
    "description": "Displays a file tree on GitLab merge request and commit pages.",
    "icons": {
        "128": "icons\/icon128.png"
    },
    "page_action": {
        "default_icon": {
            "128": "icons\/icon128.png",
            "48": "icons\/icon48.png",
            "38": "icons\/icon38.png",
            "19": "icons\/icon19.png",
            "16": "icons\/icon16.png"
        },
        "default_name": "GitLab Commit File Tree",
        "default_title": "GitLab Commit File Tree"
    },
    "manifest_version": 2,
    "name": "GitLab Commit File Tree",
    "permissions": [
        "https:\/\/*\/",
        "http:\/\/*\/",
        "declarativeContent"
    ],
    "short_name": "GitLab Commit File Tree",
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "2.1.0"
}