CoderStats link for Github Coders

Display a link to the CoderStats page for the currently displayed GitHub user when browsing github.com.

CoderStats link for Github Coders là gì?

CoderStats link for Github Coders là một tiện ích mở rộng Chrome được phát triển bởi Ramiro Gómez, và tính năng chính của nó là "Display a link to the CoderStats page for the currently displayed GitHub user when browsing github.com.".

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

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng CoderStats link for Github Coders

Tải xuống các tệp mở rộng CoderStats link for Github Coders 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

                        The CoderStats link for GitHub Chrome extension displays a link to the CoderStats page for the currently displayed user or organization profile page on GitHub.                    

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

Tên CoderStats link for Github Coders CoderStats link for Github Coders
ID necogepejonacpphmlmcagmbjaogpbng
URL Chính Thức https://chromewebstore.google.com/detail/coderstats-link-for-githu/necogepejonacpphmlmcagmbjaogpbng
Mô tả Display a link to the CoderStats page for the currently displayed GitHub user when browsing github.com.
Kích Thước Tệp 8.7 KB
Số Lần Cài Đặt 807
Phiên Bản Hiện Tại 2.0.0
Cập Nhật Lần Cuối 2023-05-03
Ngày Phát Hành 2019-06-15
Đánh Giá 5.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển Ramiro Gómez
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://coderstats.github.io/
Ngôn Ngữ Được Hỗ Trợ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "version": "2.0.0",
    "homepage_url": "http:\/\/coderstats.github.io\/",
    "name": "CoderStats link for Github Coders",
    "description": "Display a link to the CoderStats page for the currently displayed GitHub user when browsing github.com.",
    "icons": {
        "48": "logo-48x48.png",
        "128": "logo-128x128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/github.com\/*"
            ],
            "js": [
                "coderstats.js"
            ],
            "run_at": "document_end"
        }
    ]
}