GitHub Monitor
Get notifications for activity on your public and private repositories.
GitHub Monitorคืออะไร?
GitHub Monitor เป็นส่วนขยายของ Chrome ที่พัฒนาโดย gmoz22 และคุณลักษณะหลักของมันคือ "Get notifications for activity on your public and private repositories."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย GitHub Monitor
ดาวน์โหลดไฟล์ส่วนขยาย GitHub Monitor ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
- Displays notifications of other contributors' activity on public and private repositories you contribute to - Handles Pushes, Releases and Comments Contribute at https://github.com/gmoz22/github-monitor-chromeext
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | GitHub Monitor |
ID | bbikjjbpphkhejhalmjebhopgohlflag |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/github-monitor/bbikjjbpphkhejhalmjebhopgohlflag |
คำอธิบาย | Get notifications for activity on your public and private repositories. |
ขนาดไฟล์ | 36.81 KB |
จำนวนการติดตั้ง | 45 |
เวอร์ชันปัจจุบัน | 0.1.1 |
อัปเดตครั้งล่าสุด | 2014-02-19 |
วันที่เผยแพร่ | 2014-02-19 |
ผู้พัฒนา | gmoz22 |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://github.com/gmoz22/github-monitor-chromeext |
URL หน้าช่วยเหลือ | https://github.com/gmoz22/github-monitor-chromeext |
ภาษาที่รองรับ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "GitHub Monitor", "short_name": "GitHub Monitor", "description": "Get notifications for activity on your public and private repositories.", "author": "Steve Oziel", "version": "0.1.1", "manifest_version": 2, "icons": { "128": "img\/icon_128.png", "64": "img\/icon_64.png", "24": "img\/icon_24.png", "16": "img\/icon_16.png" }, "permissions": [ "storage", "notifications", "https:\/\/api.github.com\/" ], "background": { "scripts": [ "background.js" ] }, "browser_action": { "default_icon": { "19": "img\/icon_19.png", "38": "img\/icon_38.png" }, "default_title": "Options", "default_popup": "options.html" }, "options_page": "options.html" } |