GitLab - Tree view for code

Provides folder structure view for code in GitLab.

ما هو GitLab - Tree view for code؟

GitLab - Tree view for code هو إضافة Chrome تم تطويرها بواسطة Unknown، والميزة الرئيسية لها هي "Provides folder structure view for code in GitLab.".

لقطات شاشة التمديد

screenshot
screenshot
screenshot

تحميل ملف CRX للإضافة GitLab - Tree view for code

قم بتنزيل ملفات الامتداد GitLab - Tree view for code بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        This extension provides tree view for code in GitLab. In time of writing description, this is the only extension that supports custom-hosted GitLab instances. The must-have plugin for code reviews! Enjoy :) Note: You can see it only on Commits and Merge Requests. It does NOT work like Octotree.                    

معلومات أساسية عن التمديد

الاسم GitLab - Tree view for code GitLab - Tree view for code
ID pijacafkghdlolapcjpmiodgbnpinicn
عنوان URL الرسمي https://chromewebstore.google.com/detail/gitlab-tree-view-for-code/pijacafkghdlolapcjpmiodgbnpinicn
الوصف Provides folder structure view for code in GitLab.
حجم الملف 23.06 KB
عدد التثبيتات 1,272
النسخة الحالية 1.0.1
آخر تحديث 2018-11-11
تاريخ النشر 2018-11-11
تقييم 4.00/5 مجموع تقييمات 14
المطور Unknown
نوع الدفع free
موقع الإضافة https://github.com/tomasbonco/gitlabtree
عنوان صفحة المساعدة https://github.com/tomasbonco/gitlabtree
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "GitLab - Tree view for code",
    "homepage_url": "https:\/\/github.com\/tomasbonco\/gitlabtree",
    "author": "Tom\u00e1\u0161 Bon\u010do",
    "version": "1.0.1",
    "manifest_version": 2,
    "description": "Provides folder structure view for code in GitLab.",
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "page_action": {
        "default_icon": {
            "16": "icons\/icon16.png",
            "48": "icons\/icon48.png",
            "128": "icons\/icon128.png"
        }
    },
    "permissions": [
        "activeTab",
        "storage"
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "dist\/index.js"
            ],
            "css": [
                "dist\/style.css"
            ]
        }
    ]
}