CoderStats link for Github Coders

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

Cos'è CoderStats link for Github Coders?

CoderStats link for Github Coders è un'estensione di Chrome sviluppata da Ramiro Gómez, e la sua funzione principale è "Display a link to the CoderStats page for the currently displayed GitHub user when browsing github.com.".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione CoderStats link for Github Coders

Scarica i file di estensione CoderStats link for Github Coders 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

                        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.                    

Informazioni di Base sull'Estensione

Nome CoderStats link for Github Coders CoderStats link for Github Coders
ID necogepejonacpphmlmcagmbjaogpbng
URL Ufficiale https://chromewebstore.google.com/detail/coderstats-link-for-githu/necogepejonacpphmlmcagmbjaogpbng
Descrizione Display a link to the CoderStats page for the currently displayed GitHub user when browsing github.com.
Dimensione del File 8.7 KB
Conteggio Installazioni 807
Versione Corrente 2.0.0
Ultimo Aggiornamento 2023-05-03
Data di Pubblicazione 2019-06-15
Valutazione 5.00/5 Totale 1 Valutazioni
Sviluppatore Ramiro Gómez
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://coderstats.github.io/
Lingue Supportate 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"
        }
    ]
}