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 |
| 官方URL | 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"
]
} | |