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 |
| 官方網址 | 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 |
| 電子郵箱 | [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
} | |