GitHub-Chart
Renders an new face for GitHub Contribution Graphs.
GitHub-Chartとは何ですか?
GitHub-Chartはpddによって開発されたChromeの拡張機能で、その主な機能は「Renders an new face for GitHub Contribution Graphs.」です。
拡張機能のスクリーンショット
GitHub-Chart拡張機能のCRXファイルをダウンロード
GitHub-Chart拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
An extension for Github Users.
It renders an Bar graphs & Pie graphs to show your commits better. 拡張機能の基本情報
| 名前 | |
| ID | apaldppjjcjgjddfobajdclccgkbkkje |
| 公式URL | https://chromewebstore.google.com/detail/github-chart/apaldppjjcjgjddfobajdclccgkbkkje |
| 説明 | Renders an new face for GitHub Contribution Graphs. |
| ファイルサイズ | 251 KB |
| インストール数 | 543 |
| 現在のバージョン | 2.1.1 |
| 最終更新日 | 2021-03-10 |
| 公開日 | 2016-10-20 |
| 評価 | 4.89/5 合計 9 レビュー |
| 開発者 | pdd |
| Eメール | [email protected] |
| 支払い方法 | free |
| 拡張機能のウェブサイト | https://github.com/Sobranier/github-chart |
| ヘルプページのURL | https://github.com/Sobranier/github-chart/issues |
| 対応言語 | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "GitHub-Chart",
"version": "2.1.1",
"description": "Renders an new face for GitHub Contribution Graphs.",
"content_scripts": [
{
"css": [
"gc-min.css"
],
"js": [
"gc.js"
],
"matches": [
"https:\/\/github.com\/*",
"http:\/\/localhost:2333\/*"
]
}
],
"permissions": [
"storage"
],
"icons": {
"48": "icon-48.png",
"128": "icon-128.png"
},
"manifest_version": 2
} | |