Forks Diff Counter for GitHub

This extension will show commits behind and ahead for every fork.

Forks Diff Counter for GitHub là gì?

Forks Diff Counter for GitHub là một tiện ích mở rộng Chrome được phát triển bởi https://giacomoferretti.com, và tính năng chính của nó là "This extension will show commits behind and ahead for every fork.".

Ả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 Forks Diff Counter for GitHub

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

                        Forks Diff Counter for Github

This extension will show you commits behind and ahead for every fork in the network page of GitHub.                    

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

Tên Forks Diff Counter for GitHub Forks Diff Counter for GitHub
ID eencojgimolmahmdfpnfbcldppmlokfg
URL Chính Thức https://chromewebstore.google.com/detail/forks-diff-counter-for-gi/eencojgimolmahmdfpnfbcldppmlokfg
Mô tả This extension will show commits behind and ahead for every fork.
Kích Thước Tệp 16.28 KB
Số Lần Cài Đặt 81
Phiên Bản Hiện Tại 1.2.4
Cập Nhật Lần Cuối 2023-08-11
Ngày Phát Hành 2020-04-30
Đánh Giá 5.00/5 Tổng số 2 Đánh Giá
Nhà Phát Triển https://giacomoferretti.com
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/giacomoferretti/forks-diff-chrome
URL Trang Trợ Giúp https://github.com/giacomoferretti/forks-diff-chrome
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "__MSG_appName__",
    "version": "1.2.4",
    "description": "__MSG_appDescription__",
    "default_locale": "en",
    "icons": {
        "16": "icons\/icon.16.png",
        "32": "icons\/icon.32.png",
        "48": "icons\/icon.48.png",
        "64": "icons\/icon.64.png",
        "128": "icons\/icon.128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/github.com\/*"
            ],
            "js": [
                "js\/main.js"
            ]
        }
    ]
}