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
公式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
Eメール [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"
    }
}