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擴充功能。

擴展使用說明

                                            

擴展基本資訊

名稱 GitHub Pride Isometric Contributions GitHub Pride Isometric Contributions
ID mocilklljjenmbejegmfhiomeieabhlb
官方網址 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
電子郵箱 [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
}