Github Colorful Streak
Custom Github contribution streak color.
Wat is Github Colorful Streak?
Github Colorful Streak is een Chrome-extensie ontwikkeld door mingfei, en de belangrijkste functie is "Custom Github contribution streak color.".
Extensie Screenshots
Download het CRX-bestand van de extensie Github Colorful Streak
Download Github Colorful Streak-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
Github Colorful Streak can change github contribution streak color beyond official green. Basisinformatie over de Extensie
| Naam | |
| ID | medomflmnjgkhnkoidiacgngmbeambme |
| Officiële URL | https://chrome.google.com/webstore/detail/github-colorful-streak/medomflmnjgkhnkoidiacgngmbeambme |
| Beschrijving | Custom Github contribution streak color. |
| Bestandsgrootte | 11.89 KB |
| Aantal Installaties | 15 |
| Huidige Versie | 2.0 |
| Laatst Bijgewerkt | 2020-07-28 |
| Publicatiedatum | 2017-11-22 |
| Beoordeling | 5.00/5 Totaal 2 Beoordelingen |
| Ontwikkelaar | mingfei |
| [email protected] | |
| Betalingswijze | free |
| Extensiewebsite | https://thu.github.io/github-colorful-streak/ |
| Help Pagina-URL | https://thu.github.io/github-colorful-streak/ |
| Ondersteunde Talen | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"background": {
"scripts": [
"background.js"
]
},
"manifest_version": 2,
"name": "Github Colorful Streak",
"version": "2.0",
"description": "Custom Github contribution streak color.",
"options_page": "options.html",
"icons": {
"16": "16.png",
"48": "48.png",
"128": "128.png"
},
"browser_action": {
"default_title": "Github colorful",
"default_icon": "128.png"
},
"permissions": [
"tabs",
"*:\/\/github.com\/*",
"storage"
]
} | |