GitHub Pride Isometric Contributions
Renders an isometric pixel view of GitHub contribution graphs in PRIDE rainbow colors.
Cos'è GitHub Pride Isometric Contributions?
GitHub Pride Isometric Contributions è un'estensione di Chrome sviluppata da ananibunny, e la sua funzione principale è "Renders an isometric pixel view of GitHub contribution graphs in PRIDE rainbow colors.".
Scarica il file CRX dell'estensione GitHub Pride Isometric Contributions
Scarica i file di estensione GitHub Pride Isometric Contributions in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
Informazioni di Base sull'Estensione
| Nome | |
| ID | mocilklljjenmbejegmfhiomeieabhlb |
| URL Ufficiale | https://chrome.google.com/webstore/detail/github-pride-isometric-co/mocilklljjenmbejegmfhiomeieabhlb |
| Descrizione | Renders an isometric pixel view of GitHub contribution graphs in PRIDE rainbow colors. |
| Dimensione del File | 66.71 KB |
| Conteggio Installazioni | 51 |
| Versione Corrente | 1.0.0 |
| Ultimo Aggiornamento | 2015-06-30 |
| Data di Pubblicazione | 2015-06-30 |
| Valutazione | 1.00/5 Totale 1 Valutazioni |
| Sviluppatore | ananibunny |
| [email protected] | |
| Tipo di Pagamento | free |
| Lingue Supportate | 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
} | |