GitHub-Chart
Renders an new face for GitHub Contribution Graphs.
Wat is GitHub-Chart?
GitHub-Chart is een Chrome-extensie ontwikkeld door pdd, en de belangrijkste functie is "Renders an new face for GitHub Contribution Graphs.".
Extensie Screenshots
Download het CRX-bestand van de extensie GitHub-Chart
Download GitHub-Chart-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
An extension for Github Users.
It renders an Bar graphs & Pie graphs to show your commits better. Basisinformatie over de Extensie
| Naam | |
| ID | apaldppjjcjgjddfobajdclccgkbkkje |
| Officiële URL | https://chromewebstore.google.com/detail/github-chart/apaldppjjcjgjddfobajdclccgkbkkje |
| Beschrijving | Renders an new face for GitHub Contribution Graphs. |
| Bestandsgrootte | 251 KB |
| Aantal Installaties | 543 |
| Huidige Versie | 2.1.1 |
| Laatst Bijgewerkt | 2021-03-10 |
| Publicatiedatum | 2016-10-20 |
| Beoordeling | 4.89/5 Totaal 9 Beoordelingen |
| Ontwikkelaar | pdd |
| [email protected] | |
| Betalingswijze | free |
| Extensiewebsite | https://github.com/Sobranier/github-chart |
| Help Pagina-URL | https://github.com/Sobranier/github-chart/issues |
| Ondersteunde Talen | 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
} | |