GitHub Status

Display the build status next to the project name on github.

ما هو GitHub Status؟

GitHub Status هو إضافة Chrome تم تطويرها بواسطة excellenteasy، والميزة الرئيسية لها هي "Display the build status next to the project name on github.".

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

screenshot

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

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

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

                        Note: currently no support for private repos                    

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

الاسم GitHub Status GitHub Status
ID mgbkbopoincdiimlleifbpfjfhcndahp
عنوان URL الرسمي https://chromewebstore.google.com/detail/github-status/mgbkbopoincdiimlleifbpfjfhcndahp
الوصف Display the build status next to the project name on github.
حجم الملف 15.32 KB
عدد التثبيتات 24
النسخة الحالية 0.0.2
آخر تحديث 2012-12-15
تاريخ النشر 2012-12-15
تقييم 1.00/5 مجموع تقييمات 1
المطور excellenteasy
نوع الدفع free
موقع الإضافة http://excellenteasy.github.com/github-status/
عنوان صفحة المساعدة https://github.com/excellenteasy/github-status/issues
اللغات المدعومة en
manifest.json
{
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "0.0.2",
    "manifest_version": 2,
    "name": "GitHub Status",
    "description": "Display the build status next to the project name on github.",
    "icons": {
        "16": "icon-16.png",
        "48": "icon-48.png",
        "128": "icon-128.png"
    },
    "content_scripts": [
        {
            "js": [
                "script.js"
            ],
            "matches": [
                "https:\/\/github.com\/*"
            ],
            "run_at": "document_idle"
        }
    ]
}