github+travis

Display build status next to the project name on github.

ما هو github+travis؟

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

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

screenshot
screenshot

تحميل ملف CRX للإضافة github+travis

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

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

                        Displays the travis-ci build status icon next to the project name on github. When you click the icon it will take you right to the project page on travis-ci.org. Yes, that's all it does.                    

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

الاسم github+travis github+travis
ID klbmicjanlggbmanmpneloekhajhhbfb
عنوان URL الرسمي https://chrome.google.com/webstore/detail/github+travis/klbmicjanlggbmanmpneloekhajhhbfb
الوصف Display build status next to the project name on github.
حجم الملف 11.49 KB
عدد التثبيتات 124
النسخة الحالية 11
آخر تحديث 2015-05-09
تاريخ النشر 2015-05-09
تقييم 3.47/5 مجموع تقييمات 15
المطور Tomas Carnecky
نوع الدفع free
موقع الإضافة https://caurea.org/2011/09/25/github-meets-travis-ci.html
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "version": "11",
    "name": "github+travis",
    "description": "Display build status next to the project name on github.",
    "icons": {
        "48": "icon-48.png",
        "128": "icon-128.png"
    },
    "content_scripts": [
        {
            "js": [
                "script.js"
            ],
            "matches": [
                "https:\/\/github.com\/*"
            ],
            "run_at": "document_idle"
        }
    ]
}