GitHub Enhancement Suite

A set of tools to enhance the GitHub experience.

ما هو GitHub Enhancement Suite؟

GitHub Enhancement Suite هو إضافة Chrome تم تطويرها بواسطة DTwigs، والميزة الرئيسية لها هي "A set of tools to enhance the GitHub experience.".

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

screenshot

تحميل ملف CRX للإضافة GitHub Enhancement Suite

قم بتنزيل ملفات الامتداد GitHub Enhancement Suite بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

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

                        The GitHub Enhancement Suite improves your GitHub experience.

Tools:
File Filter: Filter your github files by file type when viewing code changes.

Commit Compare: a small "down arrow" icon next to each commit in a PR allowing you to compare that commit to the latest commit in that PR.

Source Code:
https://github.com/DTwigs/FilterDiff                    

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

الاسم GitHub Enhancement Suite GitHub Enhancement Suite
ID eiehflbilhldhfbnolbnggcapbjmnpmo
عنوان URL الرسمي https://chromewebstore.google.com/detail/github-enhancement-suite/eiehflbilhldhfbnolbnggcapbjmnpmo
الوصف A set of tools to enhance the GitHub experience.
حجم الملف 56.24 KB
عدد التثبيتات 260
النسخة الحالية 0.4
آخر تحديث 2014-02-22
تاريخ النشر 2014-02-21
تقييم 2.00/5 مجموع تقييمات 1
المطور DTwigs
نوع الدفع free
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "GitHub Enhancement Suite",
    "version": "0.4",
    "manifest_version": 2,
    "description": "A set of tools to enhance the GitHub experience.",
    "icons": {
        "16": "images\/icon16.png",
        "48": "images\/icon48.png",
        "128": "images\/icon128.png"
    },
    "browser_action": {
        "name": "Initialize GitHub Enhancement Suite",
        "default_icon": "images\/icon128.png"
    },
    "web_accessible_resources": [
        "images\/icon.png"
    ],
    "content_scripts": [
        {
            "js": [
                "jquery.min.js",
                "background.js"
            ],
            "css": [
                "mystyles.css"
            ],
            "matches": [
                "http:\/\/github.com\/*",
                "https:\/\/github.com\/*"
            ]
        }
    ]
}