GithubPulse
Chrome Extension to help you remember to contribute every day on Github
GithubPulseคืออะไร?
GithubPulse เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Unknown และคุณลักษณะหลักของมันคือ "Chrome Extension to help you remember to contribute every day on Github"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย GithubPulse
ดาวน์โหลดไฟล์ส่วนขยาย GithubPulse ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Github Pulse is an app to help you keep your streaks, making a commit every day. It shows a graph of your last month commits and how long is your current streak. Its icon also turns red if you haven't commited today yet, and by the end of the afternoon it'll remember you once, in case you still haven't commited.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | GithubPulse |
ID | ppkickbgijieebbgfipephpafiiebapg |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/githubpulse/ppkickbgijieebbgfipephpafiiebapg |
คำอธิบาย | Chrome Extension to help you remember to contribute every day on Github |
ขนาดไฟล์ | 524 KB |
จำนวนการติดตั้ง | 42 |
เวอร์ชันปัจจุบัน | 0.3.7 |
อัปเดตครั้งล่าสุด | 2015-02-12 |
วันที่เผยแพร่ | 2015-02-12 |
คะแนน | 5.00/5 รวมทั้งหมด 2 คะแนน |
ผู้พัฒนา | Unknown |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | http://tadeuzagallo.com/GithubPulse |
URL หน้าช่วยเหลือ | https://github.com/tadeuzagallo/GithubPulse/issues |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "GithubPulse", "description": "Chrome Extension to help you remember to contribute every day on Github", "version": "0.3.7", "background": { "scripts": [ "js\/update.js" ] }, "permissions": [ "management", "notifications", "storage", "alarms", "webRequest", "webRequestBlocking", "https:\/\/*\/" ], "icons": { "16": "images\/icons\/icon16.png", "32": "images\/icons\/icon32.png", "48": "images\/icons\/icon48.png", "128": "images\/icons\/icon128.png" }, "browser_action": { "default_icon": "images\/blue\/icon38.png", "default_popup": "front\/index.html" }, "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'" } |