GithubPulse
Chrome Extension to help you remember to contribute every day on Github
GithubPulseとは何ですか?
GithubPulseはUnknownによって開発されたChromeの拡張機能で、その主な機能は「Chrome Extension to help you remember to contribute every day on Github」です。
拡張機能のスクリーンショット
GithubPulse拡張機能のCRXファイルをダウンロード
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'" } |