GitHub Pride Isometric Contributions
Renders an isometric pixel view of GitHub contribution graphs in PRIDE rainbow colors.
Wat is GitHub Pride Isometric Contributions?
GitHub Pride Isometric Contributions is een Chrome-extensie ontwikkeld door ananibunny, en de belangrijkste functie is "Renders an isometric pixel view of GitHub contribution graphs in PRIDE rainbow colors.".
Download het CRX-bestand van de extensie GitHub Pride Isometric Contributions
Download GitHub Pride Isometric Contributions-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
Basisinformatie over de Extensie
Naam | |
ID | mocilklljjenmbejegmfhiomeieabhlb |
Officiële URL | https://chrome.google.com/webstore/detail/github-pride-isometric-co/mocilklljjenmbejegmfhiomeieabhlb |
Beschrijving | Renders an isometric pixel view of GitHub contribution graphs in PRIDE rainbow colors. |
Bestandsgrootte | 66.71 KB |
Aantal Installaties | 51 |
Huidige Versie | 1.0.0 |
Laatst Bijgewerkt | 2015-06-30 |
Publicatiedatum | 2015-06-30 |
Beoordeling | 1.00/5 Totaal 1 Beoordelingen |
Ontwikkelaar | ananibunny |
[email protected] | |
Betalingswijze | free |
Ondersteunde Talen | 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 } |