Github Colorful Streak
Custom Github contribution streak color.
什麼是Github Colorful Streak?
Github Colorful Streak是由mingfei開發的Chrome擴展程式,該擴展的主要功能是“Custom Github contribution streak color.”。
擴展截圖
下載Github Colorful Streak擴展crx文件
下載Github Colorful Streak擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Github Colorful Streak can change github contribution streak color beyond official green.
擴展基本資訊
名稱 | |
ID | medomflmnjgkhnkoidiacgngmbeambme |
官方網址 | https://chrome.google.com/webstore/detail/github-colorful-streak/medomflmnjgkhnkoidiacgngmbeambme |
簡介 | Custom Github contribution streak color. |
檔案大小 | 11.89 KB |
安裝次數 | 15 |
目前版本 | 2.0 |
更新時間 | 2020-07-28 |
上架時間 | 2017-11-22 |
評分 | 5.00/5 共 2 次評分 |
開發者 | mingfei |
電子郵箱 | [email protected] |
付費類型 | free |
擴展官網 | https://thu.github.io/github-colorful-streak/ |
說明頁面URL | https://thu.github.io/github-colorful-streak/ |
支援的語言 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "background": { "scripts": [ "background.js" ] }, "manifest_version": 2, "name": "Github Colorful Streak", "version": "2.0", "description": "Custom Github contribution streak color.", "options_page": "options.html", "icons": { "16": "16.png", "48": "48.png", "128": "128.png" }, "browser_action": { "default_title": "Github colorful", "default_icon": "128.png" }, "permissions": [ "tabs", "*:\/\/github.com\/*", "storage" ] } |