GitHub Pride Isometric Contributions
Renders an isometric pixel view of GitHub contribution graphs in PRIDE rainbow colors.
什么是GitHub Pride Isometric Contributions?
GitHub Pride Isometric Contributions是由ananibunny开发的Chrome扩展程序,该扩展的主要功能是“Renders an isometric pixel view of GitHub contribution graphs in PRIDE rainbow colors.”。
下载GitHub Pride Isometric Contributions扩展crx文件
下载GitHub Pride Isometric Contributions扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
扩展基本信息
| 名称 | |
| ID | mocilklljjenmbejegmfhiomeieabhlb |
| 官方URL | https://chrome.google.com/webstore/detail/github-pride-isometric-co/mocilklljjenmbejegmfhiomeieabhlb |
| 简介 | Renders an isometric pixel view of GitHub contribution graphs in PRIDE rainbow colors. |
| 文件大小 | 66.71 KB |
| 安装次数 | 51 |
| 当前版本 | 1.0.0 |
| 更新时间 | 2015-06-30 |
| 上架时间 | 2015-06-30 |
| 评分 | 1.00/5 共1次评分 |
| 开发者 | ananibunny |
| 电子邮箱 | [email protected] |
| 付费类型 | free |
| 支持的语言 | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "GitHub Pride Isometric Contributions",
"version": "1.0.0",
"description": "Renders an isometric pixel view of GitHub contribution graphs in PRIDE rainbow colors.",
"content_scripts": [
{
"css": [
"iso.css"
],
"js": [
"jquery.min.js",
"obelisk.min.js",
"iso.js"
],
"matches": [
"http:\/\/*\/*",
"https:\/\/*\/*"
]
}
],
"permissions": [
"storage"
],
"icons": {
"16": "icon-16.png",
"48": "icon-48.png",
"128": "icon-128.png"
},
"manifest_version": 2
} | |