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.”。

擴展截圖

screenshot

下載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 GitHub Isometric Contributions
ID mjoedlfflcchnleknnceiplgaeoegien
官方網址 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"
    }
}