GitHub Pride Isometric Contributions
Renders an isometric pixel view of GitHub contribution graphs in PRIDE rainbow colors.
What is GitHub Pride Isometric Contributions?
GitHub Pride Isometric Contributions is a Chrome extension developed by ananibunny, and its main feature is "Renders an isometric pixel view of GitHub contribution graphs in PRIDE rainbow colors.".
Download GitHub Pride Isometric Contributions Extension CRX File
Download GitHub Pride Isometric Contributions extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Extension Basic Information
Name | |
ID | mocilklljjenmbejegmfhiomeieabhlb |
Official URL | https://chrome.google.com/webstore/detail/github-pride-isometric-co/mocilklljjenmbejegmfhiomeieabhlb |
Description | Renders an isometric pixel view of GitHub contribution graphs in PRIDE rainbow colors. |
File Size | 66.71 KB |
Installation Count | 51 |
Current Version | 1.0.0 |
Last Updated | 2015-06-30 |
Publish Date | 2015-06-30 |
Rating | 1.00/5 Total 1 Ratings |
Developer | ananibunny |
[email protected] | |
Payment Type | free |
Supported Languages | 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 } |