GithubPulse
Chrome Extension to help you remember to contribute every day on Github
GithubPulse là gì?
GithubPulse là một tiện ích mở rộng Chrome được phát triển bởi Unknown, và tính năng chính của nó là "Chrome Extension to help you remember to contribute every day on Github".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng GithubPulse
Tải xuống các tệp mở rộng GithubPulse dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | GithubPulse |
ID | ppkickbgijieebbgfipephpafiiebapg |
URL Chính Thức | https://chromewebstore.google.com/detail/githubpulse/ppkickbgijieebbgfipephpafiiebapg |
Mô tả | Chrome Extension to help you remember to contribute every day on Github |
Kích Thước Tệp | 524 KB |
Số Lần Cài Đặt | 42 |
Phiên Bản Hiện Tại | 0.3.7 |
Cập Nhật Lần Cuối | 2015-02-12 |
Ngày Phát Hành | 2015-02-12 |
Đánh Giá | 5.00/5 Tổng số 2 Đánh Giá |
Nhà Phát Triển | Unknown |
Loại Thanh Toán | free |
Trang Web Mở Rộng | http://tadeuzagallo.com/GithubPulse |
URL Trang Trợ Giúp | https://github.com/tadeuzagallo/GithubPulse/issues |
Ngôn Ngữ Được Hỗ Trợ | 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'" } |