GitHub Isometric Contributions
Renders an isometric pixel view of GitHub contribution graphs.
What is GitHub Isometric Contributions?
GitHub Isometric Contributions is a Chrome extension developed by jasonlong, and its main feature is "Renders an isometric pixel view of GitHub contribution graphs.".
Extension Screenshots
Download GitHub Isometric Contributions Extension CRX File
Download GitHub 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
This extension allows you to toggle between the normal GitHub contribution chart and an isometric pixel art version.
Extension Basic Information
Name | GitHub Isometric Contributions |
ID | mjoedlfflcchnleknnceiplgaeoegien |
Official URL | https://chromewebstore.google.com/detail/github-isometric-contribu/mjoedlfflcchnleknnceiplgaeoegien |
Description | Renders an isometric pixel view of GitHub contribution graphs. |
File Size | 402 KB |
Installation Count | 10,000 |
Current Version | 1.1.28 |
Last Updated | 2023-11-20 |
Publish Date | 2020-07-04 |
Rating | 4.81/5 Total 99 Ratings |
Developer | jasonlong |
[email protected] | |
Payment Type | free |
Extension Website | https://github.com/jasonlong/isometric-contributions |
Supported Languages | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "GitHub Isometric Contributions", "version": "1.1.28", "description": "Renders an isometric pixel view of GitHub contribution graphs.", "content_scripts": [ { "css": [ "iso.34d57d55.css" ], "js": [ "obelisk.min.2a1801a3.js", "iso.07d778d7.js" ], "matches": [ "https:\/\/github.com\/*" ] } ], "permissions": [ "storage" ], "host_permissions": [ "https:\/\/github.com\/" ], "icons": { "48": "icon-48.dd48a913.png", "128": "icon-128.780b77ed.png" } } |