GitHub News Feed
Shows a tooltip with your unread news feed from GitHub
GitHub News Feedคืออะไร?
GitHub News Feed เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://wenzhixin.net.cn และคุณลักษณะหลักของมันคือ "Shows a tooltip with your unread news feed from GitHub"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย GitHub News Feed
ดาวน์โหลดไฟล์ส่วนขยาย GitHub News Feed ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Shows a tooltip with your unread news feed from GitHub. GitHub repo: https://github.com/wenzhixin/github-news-feed.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | GitHub News Feed |
ID | hnmpkklbfneambgbmkcmcjgcmimpgkkl |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/github-news-feed/hnmpkklbfneambgbmkcmcjgcmimpgkkl |
คำอธิบาย | Shows a tooltip with your unread news feed from GitHub |
ขนาดไฟล์ | 175 KB |
จำนวนการติดตั้ง | 29 |
เวอร์ชันปัจจุบัน | 1.2.0 |
อัปเดตครั้งล่าสุด | 2017-12-25 |
วันที่เผยแพร่ | 2017-12-25 |
คะแนน | 4.50/5 รวมทั้งหมด 2 คะแนน |
ผู้พัฒนา | https://wenzhixin.net.cn |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://github.com/wenzhixin/github-news-feed |
URL หน้าช่วยเหลือ | https://github.com/wenzhixin/github-news-feed/issues |
ภาษาที่รองรับ | en-US |
manifest.json | |
{ "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx", "name": "GitHub News Feed", "description": "Shows a tooltip with your unread news feed from GitHub", "version": "1.2.0", "manifest_version": 2, "icons": { "128": "logo.png" }, "background": { "page": "background.html" }, "browser_action": { "default_icon": "logo.png", "default_popup": "popup.html" }, "permissions": [ "https:\/\/github.com\/" ] } |