GitHub-Chart

Renders an new face for GitHub Contribution Graphs.

Cos'è GitHub-Chart?

GitHub-Chart è un'estensione di Chrome sviluppata da pdd, e la sua funzione principale è "Renders an new face for GitHub Contribution Graphs.".

Screenshot dell'Estensione

screenshot
screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione GitHub-Chart

Scarica i file di estensione GitHub-Chart in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        An extension for Github Users.
It renders an Bar graphs & Pie graphs to show your commits better.                    

Informazioni di Base sull'Estensione

Nome GitHub-Chart GitHub-Chart
ID apaldppjjcjgjddfobajdclccgkbkkje
URL Ufficiale https://chromewebstore.google.com/detail/github-chart/apaldppjjcjgjddfobajdclccgkbkkje
Descrizione Renders an new face for GitHub Contribution Graphs.
Dimensione del File 251 KB
Conteggio Installazioni 543
Versione Corrente 2.1.1
Ultimo Aggiornamento 2021-03-10
Data di Pubblicazione 2016-10-20
Valutazione 4.89/5 Totale 9 Valutazioni
Sviluppatore pdd
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://github.com/Sobranier/github-chart
URL della Pagina di Aiuto https://github.com/Sobranier/github-chart/issues
Lingue Supportate en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "GitHub-Chart",
    "version": "2.1.1",
    "description": "Renders an new face for GitHub Contribution Graphs.",
    "content_scripts": [
        {
            "css": [
                "gc-min.css"
            ],
            "js": [
                "gc.js"
            ],
            "matches": [
                "https:\/\/github.com\/*",
                "http:\/\/localhost:2333\/*"
            ]
        }
    ],
    "permissions": [
        "storage"
    ],
    "icons": {
        "48": "icon-48.png",
        "128": "icon-128.png"
    },
    "manifest_version": 2
}