Forks Diff Counter for GitHub

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

Forks Diff Counter for GitHubคืออะไร?

Forks Diff Counter for GitHub เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://giacomoferretti.com และคุณลักษณะหลักของมันคือ "This extension will show commits behind and ahead for every fork."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Forks Diff Counter for GitHub

ดาวน์โหลดไฟล์ส่วนขยาย Forks Diff Counter for GitHub ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        Forks Diff Counter for Github

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

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Forks Diff Counter for GitHub Forks Diff Counter for GitHub
ID eencojgimolmahmdfpnfbcldppmlokfg
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/forks-diff-counter-for-gi/eencojgimolmahmdfpnfbcldppmlokfg
คำอธิบาย This extension will show commits behind and ahead for every fork.
ขนาดไฟล์ 16.28 KB
จำนวนการติดตั้ง 81
เวอร์ชันปัจจุบัน 1.2.4
อัปเดตครั้งล่าสุด 2023-08-11
วันที่เผยแพร่ 2020-04-30
คะแนน 5.00/5 รวมทั้งหมด 2 คะแนน
ผู้พัฒนา https://giacomoferretti.com
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://github.com/giacomoferretti/forks-diff-chrome
URL หน้าช่วยเหลือ https://github.com/giacomoferretti/forks-diff-chrome
ภาษาที่รองรับ 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"
            ]
        }
    ]
}