GitHub Pride Isometric Contributions

Renders an isometric pixel view of GitHub contribution graphs in PRIDE rainbow colors.

GitHub Pride Isometric Contributions là gì?

GitHub Pride Isometric Contributions là một tiện ích mở rộng Chrome được phát triển bởi ananibunny, và tính năng chính của nó là "Renders an isometric pixel view of GitHub contribution graphs in PRIDE rainbow colors.".

Tải xuống tệp CRX của tiện ích mở rộng GitHub Pride Isometric Contributions

Tải xuống các tệp mở rộng GitHub Pride Isometric Contributions dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                                            

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên GitHub Pride Isometric Contributions GitHub Pride Isometric Contributions
ID mocilklljjenmbejegmfhiomeieabhlb
URL Chính Thức https://chrome.google.com/webstore/detail/github-pride-isometric-co/mocilklljjenmbejegmfhiomeieabhlb
Mô tả Renders an isometric pixel view of GitHub contribution graphs in PRIDE rainbow colors.
Kích Thước Tệp 66.71 KB
Số Lần Cài Đặt 51
Phiên Bản Hiện Tại 1.0.0
Cập Nhật Lần Cuối 2015-06-30
Ngày Phát Hành 2015-06-30
Đánh Giá 1.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển ananibunny
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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
}