GitHub Contribution Color Graph

Change colors of contribution graph in GitHub

Vad är GitHub Contribution Color Graph?

GitHub Contribution Color Graph är en Chrome-tillägg utvecklad av William Belle, och dess huvudfunktion är "Change colors of contribution graph in GitHub".

Tilläggsskärmbilder

screenshot
screenshot
screenshot
screenshot

Ladda ner GitHub Contribution Color Graph-förlängningens CRX-fil

Ladda ner GitHub Contribution Color Graph-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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                    

Grundläggande Information om Tillägg

Namn GitHub Contribution Color Graph GitHub Contribution Color Graph
ID cfilkjdlgdiclmdfdggjommndffiibbe
Officiell webbadress https://chromewebstore.google.com/detail/github-contribution-color/cfilkjdlgdiclmdfdggjommndffiibbe
Beskrivning Change colors of contribution graph in GitHub
Filstorlek 12.07 KB
Antal Installationer 289
Aktuell Version 1.7.2
Senast Uppdaterad 2020-10-30
Publiceringsdatum 2020-06-29
Betyg 5.00/5 Totalt 1 Betyg
Utvecklare William Belle
E-post [email protected]
Betalningssätt free
Tilläggswebbplats https://github.com/williambelle/github-contribution-color-graph
Stödda Språk 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"
    }
}