GitHub Pride Isometric Contributions
Renders an isometric pixel view of GitHub contribution graphs in PRIDE rainbow colors.
Was ist GitHub Pride Isometric Contributions?
GitHub Pride Isometric Contributions ist eine Chrome-Erweiterung, die von ananibunny entwickelt wurde, und ihr Hauptmerkmal ist "Renders an isometric pixel view of GitHub contribution graphs in PRIDE rainbow colors.".
GitHub Pride Isometric Contributions-Erweiterungs-CRX-Datei herunterladen
Laden Sie GitHub Pride Isometric Contributions-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
Grundlegende Informationen zur Erweiterung
| Name | |
| ID | mocilklljjenmbejegmfhiomeieabhlb |
| Offizielle URL | https://chrome.google.com/webstore/detail/github-pride-isometric-co/mocilklljjenmbejegmfhiomeieabhlb |
| Beschreibung | Renders an isometric pixel view of GitHub contribution graphs in PRIDE rainbow colors. |
| Dateigröße | 66.71 KB |
| Installationsanzahl | 51 |
| Aktuelle Version | 1.0.0 |
| Letztes Update | 2015-06-30 |
| Veröffentlichungsdatum | 2015-06-30 |
| Bewertung | 1.00/5 Insgesamt 1 Bewertungen |
| Entwickler | ananibunny |
| [email protected] | |
| Zahlungsart | free |
| Unterstützte Sprachen | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "GitHub Pride Isometric Contributions",
"version": "1.0.0",
"description": "Renders an isometric pixel view of GitHub contribution graphs in PRIDE rainbow colors.",
"content_scripts": [
{
"css": [
"iso.css"
],
"js": [
"jquery.min.js",
"obelisk.min.js",
"iso.js"
],
"matches": [
"http:\/\/*\/*",
"https:\/\/*\/*"
]
}
],
"permissions": [
"storage"
],
"icons": {
"16": "icon-16.png",
"48": "icon-48.png",
"128": "icon-128.png"
},
"manifest_version": 2
} | |