Github Workflow

An extension that allows you to hide files in pull requests and adds highlighting for notifications.

ما هو Github Workflow؟

Github Workflow هو إضافة Chrome تم تطويرها بواسطة Dean Silfen، والميزة الرئيسية لها هي "An extension that allows you to hide files in pull requests and adds highlighting for notifications.".

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

screenshot

تحميل ملف CRX للإضافة Github Workflow

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

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

                        An extension that makes using pull-requests for code reviews a more enjoyable experience!

Features:

* Ability to toggle files while reviewing code
* Ability to navigate to full branches from PR view                    

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

الاسم Github Workflow Github Workflow
ID oplmfbpmbheeolioggldagbjmjkecilg
عنوان URL الرسمي https://chromewebstore.google.com/detail/github-workflow/oplmfbpmbheeolioggldagbjmjkecilg
الوصف An extension that allows you to hide files in pull requests and adds highlighting for notifications.
حجم الملف 48.75 KB
عدد التثبيتات 12
النسخة الحالية 2.2.2
آخر تحديث 2016-02-27
تاريخ النشر 2016-02-27
المطور Dean Silfen
نوع الدفع free
موقع الإضافة https://github.com/djds23/github-notif-helper
عنوان صفحة المساعدة https://github.com/djds23/github-notif-helper/issues
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Github Workflow",
    "version": "2.2.2",
    "description": "An extension that allows you to hide files in pull requests and adds highlighting for notifications.",
    "permissions": [
        "https:\/\/github.com\/*",
        "storage"
    ],
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/github.com\/*"
            ],
            "js": [
                "app\/app.js"
            ]
        }
    ]
}