github contributions paint

You can paint github contributions panel

Hvad er github contributions paint?

github contributions paint er en Chrome-udvidelse udviklet af inouetakumon, og dens hovedfunktion er "You can paint github contributions panel".

Udvidelsesskærmbilleder

screenshot

Download github contributions paint-udvidelses-CRX-fil

Download github contributions paint-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        GithubのContributionsでお絵描きができます。
また色のテーマが変更可能です。                    

Grundlæggende oplysninger om udvidelsen

Navn github contributions paint github contributions paint
ID bdibnecenojddgmjplnfehpjdmkiddok
Officiel URL https://chrome.google.com/webstore/detail/github-contributions-pain/bdibnecenojddgmjplnfehpjdmkiddok
Beskrivelse You can paint github contributions panel
Filstørrelse 13.77 KB
Antal Installationer 10
Nuværende Version 1.0.1
Senest Opdateret 2017-12-19
Udgivelsesdato 2017-12-19
Udvikler inouetakumon
Betalingsmetode free
Udvidelseswebsted https://github.com/Takumon/github-contributions-paint
Understøttede Sprog en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_appName__",
    "short_name": "__MSG_appShortName__",
    "description": "__MSG_appDescription__",
    "version": "1.0.1",
    "manifest_version": 2,
    "default_locale": "en",
    "permissions": [
        "storage",
        "tabs",
        "http:\/\/github.com\/*",
        "https:\/\/github.com\/*"
    ],
    "browser_action": {
        "default_title": "Change colors.",
        "default_icon": "images\/icon-16.png",
        "default_popup": "pages\/popup.html"
    },
    "icons": {
        "16": "images\/icon-16.png",
        "128": "images\/icon-128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/github.com\/*"
            ],
            "js": [
                "scripts\/paint.js",
                "scripts\/control-theme.js"
            ],
            "css": [
                "styles\/inject.css"
            ]
        }
    ]
}