dev-dash
GitHub repo activity on new tab
dev-dashคืออะไร?
dev-dash เป็นส่วนขยายของ Chrome ที่พัฒนาโดย belcurv และคุณลักษณะหลักของมันคือ "GitHub repo activity on new tab"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย dev-dash
ดาวน์โหลดไฟล์ส่วนขยาย dev-dash ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
                        Dev-dash is a Chrome extension that overrides the default new-tab behavior.
In place of the default new-tab behavior, dev-dash presents the user with an at-a-glance overview of a set of tracked GitHub repositories.
The extension is designed to help small project teams keep track of team members' activity without having to log into GitHub and comb through a repository's history. It displays data related to commits, issues, comments, pull requests and merges.                     ข้อมูลพื้นฐานของส่วนขยาย
| ชื่อ |   |  
| ID | dgkmjidcaelocfmnhlmeimmbaljgjfhm | 
| URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/dev-dash/dgkmjidcaelocfmnhlmeimmbaljgjfhm | 
| คำอธิบาย | GitHub repo activity on new tab | 
| ขนาดไฟล์ | 1.62 MB | 
| จำนวนการติดตั้ง | 10 | 
| เวอร์ชันปัจจุบัน | 1.0.3 | 
| อัปเดตครั้งล่าสุด | 2017-02-26 | 
| วันที่เผยแพร่ | 2017-02-26 | 
| คะแนน | 4.60/5 รวมทั้งหมด 5 คะแนน | 
| ผู้พัฒนา | belcurv | 
| ประเภทการชำระเงิน | free | 
| ภาษาที่รองรับ | en-US | 
| manifest.json | |
 {
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "dev-dash",
    "description": "GitHub repo activity on new tab",
    "version": "1.0.3",
    "browser_action": {
        "default_icon": "dist\/assets\/favicon.png",
        "default_popup": "popup.html"
    },
    "chrome_url_overrides": {
        "newtab": "index.html"
    },
    "icons": {
        "128": "dist\/assets\/favicon.png"
    }
}  |  |