GitHub Isometric Contributions
Renders an isometric pixel view of GitHub contribution graphs.
什么是GitHub Isometric Contributions?
GitHub Isometric Contributions是由jasonlong开发的Chrome扩展程序,该扩展的主要功能是“Renders an isometric pixel view of GitHub contribution graphs.”。
扩展截图
下载GitHub Isometric Contributions扩展crx文件
下载GitHub Isometric Contributions扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
This extension allows you to toggle between the normal GitHub contribution chart and an isometric pixel art version.
扩展基本信息
名称 | GitHub Isometric Contributions |
ID | mjoedlfflcchnleknnceiplgaeoegien |
官方URL | https://chromewebstore.google.com/detail/github-isometric-contribu/mjoedlfflcchnleknnceiplgaeoegien |
简介 | Renders an isometric pixel view of GitHub contribution graphs. |
文件大小 | 402 KB |
安装次数 | 10,000 |
当前版本 | 1.1.28 |
更新时间 | 2023-11-20 |
上架时间 | 2020-07-04 |
评分 | 4.81/5 共99次评分 |
开发者 | jasonlong |
电子邮箱 | [email protected] |
付费类型 | free |
扩展官网 | https://github.com/jasonlong/isometric-contributions |
支持的语言 | 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" } } |