Forks Diff Counter for GitHub

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

Cos'è Forks Diff Counter for GitHub?

Forks Diff Counter for GitHub è un'estensione di Chrome sviluppata da https://giacomoferretti.com, e la sua funzione principale è "This extension will show commits behind and ahead for every fork.".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione Forks Diff Counter for GitHub

Scarica i file di estensione Forks Diff Counter for GitHub in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        Forks Diff Counter for Github

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

Informazioni di Base sull'Estensione

Nome Forks Diff Counter for GitHub Forks Diff Counter for GitHub
ID eencojgimolmahmdfpnfbcldppmlokfg
URL Ufficiale https://chromewebstore.google.com/detail/forks-diff-counter-for-gi/eencojgimolmahmdfpnfbcldppmlokfg
Descrizione This extension will show commits behind and ahead for every fork.
Dimensione del File 16.28 KB
Conteggio Installazioni 81
Versione Corrente 1.2.4
Ultimo Aggiornamento 2023-08-11
Data di Pubblicazione 2020-04-30
Valutazione 5.00/5 Totale 2 Valutazioni
Sviluppatore https://giacomoferretti.com
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://github.com/giacomoferretti/forks-diff-chrome
URL della Pagina di Aiuto https://github.com/giacomoferretti/forks-diff-chrome
Lingue Supportate 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"
            ]
        }
    ]
}