GitHub Isometric Contributions

Renders an isometric pixel view of GitHub contribution graphs.

GitHub Isometric Contributions là gì?

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

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

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

Tải xuống các tệp mở rộng GitHub 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

                        This extension allows you to toggle between the normal GitHub contribution chart and an isometric pixel art version.                    

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

Tên GitHub Isometric Contributions GitHub Isometric Contributions
ID mjoedlfflcchnleknnceiplgaeoegien
URL Chính Thức https://chromewebstore.google.com/detail/github-isometric-contribu/mjoedlfflcchnleknnceiplgaeoegien
Mô tả Renders an isometric pixel view of GitHub contribution graphs.
Kích Thước Tệp 402 KB
Số Lần Cài Đặt 10,000
Phiên Bản Hiện Tại 1.1.28
Cập Nhật Lần Cuối 2023-11-20
Ngày Phát Hành 2020-07-04
Đánh Giá 4.81/5 Tổng số 99 Đánh Giá
Nhà Phát Triển jasonlong
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/jasonlong/isometric-contributions
Ngôn Ngữ Được Hỗ Trợ 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"
    }
}