GitHub Pride Isometric Contributions
Renders an isometric pixel view of GitHub contribution graphs in PRIDE rainbow colors.
GitHub Pride Isometric Contributionsとは何ですか?
GitHub Pride Isometric Contributionsはananibunnyによって開発されたChromeの拡張機能で、その主な機能は「Renders an isometric pixel view of GitHub contribution graphs in PRIDE rainbow colors.」です。
GitHub Pride Isometric Contributions拡張機能のCRXファイルをダウンロード
GitHub Pride Isometric Contributions拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
拡張機能の基本情報
名前 | |
ID | mocilklljjenmbejegmfhiomeieabhlb |
公式URL | https://chrome.google.com/webstore/detail/github-pride-isometric-co/mocilklljjenmbejegmfhiomeieabhlb |
説明 | Renders an isometric pixel view of GitHub contribution graphs in PRIDE rainbow colors. |
ファイルサイズ | 66.71 KB |
インストール数 | 51 |
現在のバージョン | 1.0.0 |
最終更新日 | 2015-06-30 |
公開日 | 2015-06-30 |
評価 | 1.00/5 合計 1 レビュー |
開発者 | ananibunny |
Eメール | [email protected] |
支払い方法 | free |
対応言語 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "GitHub Pride Isometric Contributions", "version": "1.0.0", "description": "Renders an isometric pixel view of GitHub contribution graphs in PRIDE rainbow colors.", "content_scripts": [ { "css": [ "iso.css" ], "js": [ "jquery.min.js", "obelisk.min.js", "iso.js" ], "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ] } ], "permissions": [ "storage" ], "icons": { "16": "icon-16.png", "48": "icon-48.png", "128": "icon-128.png" }, "manifest_version": 2 } |