GitHub Contribution Color Graph

Change colors of contribution graph in GitHub

Was ist GitHub Contribution Color Graph?

GitHub Contribution Color Graph ist eine Chrome-Erweiterung, die von William Belle entwickelt wurde, und ihr Hauptmerkmal ist "Change colors of contribution graph in GitHub".

Erweiterungsscreenshots

screenshot
screenshot
screenshot
screenshot

GitHub Contribution Color Graph-Erweiterungs-CRX-Datei herunterladen

Laden Sie GitHub Contribution Color Graph-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        Features:

  - Colorize contribution graph and legend
  - Colorize activity overview graph
  - Colorize activity listing progress bar

Options:

  - GitHub themes
  - Material Design themes
  - Random theme


Available themes: https://github.com/williambelle/github-contribution-color-graph/blob/master/docs/THEMES.md                    

Grundlegende Informationen zur Erweiterung

Name GitHub Contribution Color Graph GitHub Contribution Color Graph
ID cfilkjdlgdiclmdfdggjommndffiibbe
Offizielle URL https://chromewebstore.google.com/detail/github-contribution-color/cfilkjdlgdiclmdfdggjommndffiibbe
Beschreibung Change colors of contribution graph in GitHub
Dateigröße 12.07 KB
Installationsanzahl 289
Aktuelle Version 1.7.2
Letztes Update 2020-10-30
Veröffentlichungsdatum 2020-06-29
Bewertung 5.00/5 Insgesamt 1 Bewertungen
Entwickler William Belle
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://github.com/williambelle/github-contribution-color-graph
Unterstützte Sprachen en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "GitHub Contribution Color Graph",
    "description": "Change colors of contribution graph in GitHub",
    "manifest_version": 2,
    "version": "1.7.2",
    "content_scripts": [
        {
            "js": [
                "js\/contentscript.js"
            ],
            "matches": [
                "https:\/\/github.com\/*"
            ],
            "run_at": "document_end"
        }
    ],
    "options_ui": {
        "page": "options.html",
        "open_in_tab": true
    },
    "permissions": [
        "storage"
    ],
    "icons": {
        "16": "images\/icon-16.png",
        "48": "images\/icon-48.png",
        "128": "images\/icon-128.png"
    }
}