GitHub Isometric Contributions

Renders an isometric pixel view of GitHub contribution graphs.

GitHub Isometric Contributionsคืออะไร?

GitHub Isometric Contributions เป็นส่วนขยายของ Chrome ที่พัฒนาโดย jasonlong และคุณลักษณะหลักของมันคือ "Renders an isometric pixel view of GitHub contribution graphs."

ภาพหน้าจอของส่วนขยาย

screenshot

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

ดาวน์โหลดไฟล์ส่วนขยาย 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
อีเมล [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"
    }
}