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 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย ananibunny และคุณลักษณะหลักของมันคือ "Renders an isometric pixel view of GitHub contribution graphs in PRIDE rainbow colors."

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย GitHub Pride Isometric Contributions

ดาวน์โหลดไฟล์ส่วนขยาย GitHub Pride Isometric Contributions ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                                            

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ GitHub Pride Isometric Contributions GitHub Pride Isometric Contributions
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
อีเมล [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
}