GitHub-Chart
Renders an new face for GitHub Contribution Graphs.
Co to jest GitHub-Chart?
GitHub-Chart to rozszerzenie Chrome opracowane przez pdd, a jego główną funkcją jest „Renders an new face for GitHub Contribution Graphs.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia GitHub-Chart
Pobierz pliki rozszerzeń GitHub-Chart 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
An extension for Github Users.
It renders an Bar graphs & Pie graphs to show your commits better. Podstawowe informacje o rozszerzeniu
| Nazwa | |
| ID | apaldppjjcjgjddfobajdclccgkbkkje |
| Oficjalny URL | https://chromewebstore.google.com/detail/github-chart/apaldppjjcjgjddfobajdclccgkbkkje |
| Opis | Renders an new face for GitHub Contribution Graphs. |
| Rozmiar pliku | 251 KB |
| Liczba instalacji | 543 |
| Aktualna Wersja | 2.1.1 |
| Ostatnia Aktualizacja | 2021-03-10 |
| Data Publikacji | 2016-10-20 |
| Ocena | 4.89/5 Łącznie 9 Oceny |
| Deweloper | pdd |
| [email protected] | |
| Typ Płatności | free |
| Strona Rozszerzenia | https://github.com/Sobranier/github-chart |
| Adres URL Strony Pomocy | https://github.com/Sobranier/github-chart/issues |
| Obsługiwane Języki | 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
} | |