Git Draw
Allows you to draw in your GitHub heatmap.
什么是Git Draw?
Git Draw是由ben174开发的Chrome扩展程序,该扩展的主要功能是“Allows you to draw in your GitHub heatmap.”。
扩展截图
下载Git Draw扩展crx文件
下载Git Draw扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Allows you to freely draw on your GitHub heatmap. You can then export your drawing to a script containing a git commit log. Once you've run and pushed this script to a new repository, your commit heat map will match the drawing you made.
扩展基本信息
名称 | |
ID | aapcmdackhlfobmkcpplkjpfceihngkh |
官方URL | https://chrome.google.com/webstore/detail/git-draw/aapcmdackhlfobmkcpplkjpfceihngkh |
简介 | Allows you to draw in your GitHub heatmap. |
文件大小 | 50.9 KB |
安装次数 | 416 |
当前版本 | 1.0.1 |
更新时间 | 2016-01-21 |
上架时间 | 2016-01-21 |
评分 | 2.92/5 共12次评分 |
开发者 | ben174 |
付费类型 | free |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Git Draw", "version": "1.0.1", "manifest_version": 2, "description": "Allows you to draw in your GitHub heatmap.", "homepage_url": "http:\/\/www.bugben.com", "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "permissions": [ "contentSettings", "storage" ], "content_scripts": [ { "matches": [ "https:\/\/github.com\/*" ], "js": [ "src\/lib\/jquery-2.2.0.min.js", "src\/inject\/inject.js" ], "css": [ "src\/css\/inject.css" ] } ] } |