GitHub-Chart
Renders an new face for GitHub Contribution Graphs.
Co je GitHub-Chart?
GitHub-Chart je rozšíření Chrome vyvinuté pdd, a jeho hlavní funkcí je „Renders an new face for GitHub Contribution Graphs.“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření GitHub-Chart
Stáhněte si soubory rozšíření GitHub-Chart ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
An extension for Github Users. It renders an Bar graphs & Pie graphs to show your commits better.
Základní Informace o Rozšíření
Název | GitHub-Chart |
ID | apaldppjjcjgjddfobajdclccgkbkkje |
Oficiální URL | https://chromewebstore.google.com/detail/github-chart/apaldppjjcjgjddfobajdclccgkbkkje |
Popis | Renders an new face for GitHub Contribution Graphs. |
Velikost souboru | 251 KB |
Počet instalací | 543 |
Aktuální Verze | 2.1.1 |
Poslední Aktualizace | 2021-03-10 |
Datum Vydání | 2016-10-20 |
Hodnocení | 4.89/5 Celkem 9 Hodnocení |
Vývojář | pdd |
[email protected] | |
Typ Platby | free |
Webové stránky Rozšíření | https://github.com/Sobranier/github-chart |
URL Stránky Nápovědy | https://github.com/Sobranier/github-chart/issues |
Podporované Jazyky | 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 } |