GitHub Contribution Line Graph

Draws the last 4 weeks of a user's GitHub contributions as a line graph

GitHub Contribution Line Graph là gì?

GitHub Contribution Line Graph là một tiện ích mở rộng Chrome được phát triển bởi declantyson, và tính năng chính của nó là "Draws the last 4 weeks of a user's GitHub contributions as a line graph".

Ả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 Contribution Line Graph

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

                        Draws the last 4 weeks of a user's GitHub contributions as a line graph. That's it.                    

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

Tên GitHub Contribution Line Graph GitHub Contribution Line Graph
ID djhobfakbgkiddiicpajklnlncgppogf
URL Chính Thức https://chromewebstore.google.com/detail/github-contribution-line/djhobfakbgkiddiicpajklnlncgppogf
Mô tả Draws the last 4 weeks of a user's GitHub contributions as a line graph
Kích Thước Tệp 198 KB
Số Lần Cài Đặt 37
Phiên Bản Hiện Tại 0.0.1
Cập Nhật Lần Cuối 2017-01-23
Ngày Phát Hành 2017-01-23
Nhà Phát Triển declantyson
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/declantyson/github-contribution-line-graph
Ngôn Ngữ Được Hỗ Trợ en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "GitHub Contribution Line Graph",
    "version": "0.0.1",
    "description": "Draws the last 4 weeks of a user's GitHub contributions as a line graph",
    "icons": {
        "16": "gclg-16.png",
        "48": "gclg-48.png",
        "128": "gclg-128.png"
    },
    "homepage_url": "https:\/\/github.com\/declantyson\/github-contribution-line-graph",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.github.com\/*"
            ],
            "js": [
                "jquery-2.2.4.min.js",
                "Chart.min.js",
                "gclg.js"
            ]
        }
    ]
}