GitHub Notifications
Read yours or your organization's GitHub's notifications easily !
GitHub Notificationsคืออะไร?
GitHub Notifications เป็นส่วนขยายของ Chrome ที่พัฒนาโดย http://remidelhaye.fr และคุณลักษณะหลักของมันคือ "Read yours or your organization's GitHub's notifications easily !"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย GitHub Notifications
ดาวน์โหลดไฟล์ส่วนขยาย GitHub Notifications ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Read yours or your organization's Github's notification easily with GitHub Notifications ! Secure Authentification & ADD FREE !
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | jmpadkhpecdeoaemalgabhofdpaeiegl |
URL อย่างเป็นทางการ | https://chrome.google.com/webstore/detail/github-notifications/jmpadkhpecdeoaemalgabhofdpaeiegl |
คำอธิบาย | Read yours or your organization's GitHub's notifications easily ! |
ขนาดไฟล์ | 39.65 KB |
จำนวนการติดตั้ง | 29 |
เวอร์ชันปัจจุบัน | 1.2.0 |
อัปเดตครั้งล่าสุด | 2013-08-24 |
วันที่เผยแพร่ | 2013-08-24 |
คะแนน | 4.50/5 รวมทั้งหมด 6 คะแนน |
ผู้พัฒนา | http://remidelhaye.fr |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "GitHub Notifications", "description": "Read yours or your organization's GitHub's notifications easily !", "version": "1.2.0", "browser_action": { "default_popup": "popup.html", "default_icon": { "19": "19.png", "38": "38.png" } }, "author": "R\u00e9mi Delhaye (@RemiDelhaye)", "permissions": [ "notifications", "storage", "background" ], "background": { "scripts": [ "gitAPI\/lib\/underscore-min.js", "gitAPI\/lib\/base64.js", "gitAPI\/github.js", "background.js" ] }, "web_accessible_resources": [ "48.png" ] } |