GitHub Contribution Color Graph

Change colors of contribution graph in GitHub

Co to jest GitHub Contribution Color Graph?

GitHub Contribution Color Graph to rozszerzenie Chrome opracowane przez William Belle, a jego główną funkcją jest „Change colors of contribution graph in GitHub”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot
screenshot
screenshot

Pobierz plik CRX rozszerzenia GitHub Contribution Color Graph

Pobierz pliki rozszerzeń GitHub Contribution Color Graph w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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                    

Podstawowe informacje o rozszerzeniu

Nazwa GitHub Contribution Color Graph GitHub Contribution Color Graph
ID cfilkjdlgdiclmdfdggjommndffiibbe
Oficjalny URL https://chromewebstore.google.com/detail/github-contribution-color/cfilkjdlgdiclmdfdggjommndffiibbe
Opis Change colors of contribution graph in GitHub
Rozmiar pliku 12.07 KB
Liczba instalacji 289
Aktualna Wersja 1.7.2
Ostatnia Aktualizacja 2020-10-30
Data Publikacji 2020-06-29
Ocena 5.00/5 Łącznie 1 Oceny
Deweloper William Belle
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia https://github.com/williambelle/github-contribution-color-graph
Obsługiwane Języki 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"
    }
}