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 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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" } } |