Forks Diff Counter for GitHub

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

Apa itu Forks Diff Counter for GitHub?

Forks Diff Counter for GitHub adalah ekstensi Chrome yang dikembangkan oleh https://giacomoferretti.com, dan fitur utamanya adalah "This extension will show commits behind and ahead for every fork.".

Screenshot Ekstensi

screenshot
screenshot

Unduh Berkas CRX Ekstensi Forks Diff Counter for GitHub

Unduh file ekstensi Forks Diff Counter for GitHub dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        Forks Diff Counter for Github

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

Informasi Dasar Ekstensi

Nama Forks Diff Counter for GitHub Forks Diff Counter for GitHub
ID eencojgimolmahmdfpnfbcldppmlokfg
URL Resmi https://chromewebstore.google.com/detail/forks-diff-counter-for-gi/eencojgimolmahmdfpnfbcldppmlokfg
Deskripsi This extension will show commits behind and ahead for every fork.
Ukuran File 16.28 KB
Jumlah Instalasi 81
Versi Saat Ini 1.2.4
Terakhir Diperbarui 2023-08-11
Tanggal Publikasi 2020-04-30
Penilaian 5.00/5 Total 2 Penilaian
Pengembang https://giacomoferretti.com
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi https://github.com/giacomoferretti/forks-diff-chrome
URL Halaman Bantuan https://github.com/giacomoferretti/forks-diff-chrome
Bahasa yang Didukung 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"
            ]
        }
    ]
}