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 กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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/
URL หน้าช่วยเหลือ 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"
        }
    ]
}