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."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย github+travis
ดาวน์โหลดไฟล์ส่วนขยาย github+travis ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
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.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
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" } ] } |