GitHub Pride Isometric Contributions
Renders an isometric pixel view of GitHub contribution graphs in PRIDE rainbow colors.
Hvad er GitHub Pride Isometric Contributions?
GitHub Pride Isometric Contributions er en Chrome-udvidelse udviklet af ananibunny, og dens hovedfunktion er "Renders an isometric pixel view of GitHub contribution graphs in PRIDE rainbow colors.".
Download GitHub Pride Isometric Contributions-udvidelses-CRX-fil
Download GitHub Pride Isometric Contributions-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
Grundlæggende oplysninger om udvidelsen
Navn | |
ID | mocilklljjenmbejegmfhiomeieabhlb |
Officiel URL | https://chrome.google.com/webstore/detail/github-pride-isometric-co/mocilklljjenmbejegmfhiomeieabhlb |
Beskrivelse | Renders an isometric pixel view of GitHub contribution graphs in PRIDE rainbow colors. |
Filstørrelse | 66.71 KB |
Antal Installationer | 51 |
Nuværende Version | 1.0.0 |
Senest Opdateret | 2015-06-30 |
Udgivelsesdato | 2015-06-30 |
Bedømmelse | 1.00/5 Samlet 1 Bedømmelser |
Udvikler | ananibunny |
[email protected] | |
Betalingsmetode | free |
Understøttede Sprog | 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 } |