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 مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

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