NotHub
Notification client for GitHub.
NotHubคืออะไร?
NotHub เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Ryunosuke Sato และคุณลักษณะหลักของมันคือ "Notification client for GitHub."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย NotHub
ดาวน์โหลดไฟล์ส่วนขยาย NotHub ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Have you ever had a problem that you no longer watch GitHub timeline cause of too many following users and watching repositories? If so, how about to try NotHub? NotHub provides you to notify only events that you are just interested. Furthermore, you can take notifications in realtime. You can have a list different from GitHub. NotHub helps you to enjoy social coding more comfortably!
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | NotHub |
ID | diioicfkgfbdhpdehliknpmmibenccno |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/nothub/diioicfkgfbdhpdehliknpmmibenccno |
คำอธิบาย | Notification client for GitHub. |
ขนาดไฟล์ | 279 KB |
จำนวนการติดตั้ง | 50 |
เวอร์ชันปัจจุบัน | 0.4.12 |
อัปเดตครั้งล่าสุด | 2017-08-22 |
วันที่เผยแพร่ | 2017-08-22 |
คะแนน | 5.00/5 รวมทั้งหมด 4 คะแนน |
ผู้พัฒนา | Ryunosuke Sato |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | http://nothub.org |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "NotHub", "description": "Notification client for GitHub.", "version": "0.4.12", "manifest_version": 2, "icons": { "128": "images\/logo-128.png", "48": "images\/logo-48.png", "16": "images\/logo.png" }, "background": { "page": "dist\/background_page.html" }, "options_page": "dist\/options_page.html", "permissions": [ "notifications", "http:\/\/stream.nothub.org:4000\/", "https:\/\/api.github.com\/", "https:\/\/github.com\/" ], "browser_action": { "default_icon": "images\/logo.png", "default_title": "Setup your following list!", "default_popup": "dist\/popup.html" } } |