Git Draw

Allows you to draw in your GitHub heatmap.

Git Drawคืออะไร?

Git Draw เป็นส่วนขยายของ Chrome ที่พัฒนาโดย ben174 และคุณลักษณะหลักของมันคือ "Allows you to draw in your GitHub heatmap."

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Git Draw

ดาวน์โหลดไฟล์ส่วนขยาย 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.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Git Draw Git Draw
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"
            ]
        }
    ]
}