GitHub Contribution Line Graph
Draws the last 4 weeks of a user's GitHub contributions as a line graph
什麼是GitHub Contribution Line Graph?
GitHub Contribution Line Graph是由declantyson開發的Chrome擴展程式,該擴展的主要功能是“Draws the last 4 weeks of a user's GitHub contributions as a line graph”。
擴展截圖
下載GitHub Contribution Line Graph擴展crx文件
下載GitHub Contribution Line Graph擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Draws the last 4 weeks of a user's GitHub contributions as a line graph. That's it.
擴展基本資訊
名稱 | GitHub Contribution Line Graph |
ID | djhobfakbgkiddiicpajklnlncgppogf |
官方網址 | https://chromewebstore.google.com/detail/github-contribution-line/djhobfakbgkiddiicpajklnlncgppogf |
簡介 | Draws the last 4 weeks of a user's GitHub contributions as a line graph |
檔案大小 | 198 KB |
安裝次數 | 37 |
目前版本 | 0.0.1 |
更新時間 | 2017-01-23 |
上架時間 | 2017-01-23 |
開發者 | declantyson |
電子郵箱 | [email protected] |
付費類型 | free |
擴展官網 | https://github.com/declantyson/github-contribution-line-graph |
支援的語言 | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "GitHub Contribution Line Graph", "version": "0.0.1", "description": "Draws the last 4 weeks of a user's GitHub contributions as a line graph", "icons": { "16": "gclg-16.png", "48": "gclg-48.png", "128": "gclg-128.png" }, "homepage_url": "https:\/\/github.com\/declantyson\/github-contribution-line-graph", "content_scripts": [ { "matches": [ "https:\/\/*.github.com\/*" ], "js": [ "jquery-2.2.4.min.js", "Chart.min.js", "gclg.js" ] } ] } |