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"
]
}
]
} | |