CoderStats link for Github Coders

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

Wat is CoderStats link for Github Coders?

CoderStats link for Github Coders is een Chrome-extensie ontwikkeld door Ramiro Gómez, en de belangrijkste functie is "Display a link to the CoderStats page for the currently displayed GitHub user when browsing github.com.".

Extensie Screenshots

screenshot
screenshot

Download het CRX-bestand van de extensie CoderStats link for Github Coders

Download CoderStats link for Github Coders-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam CoderStats link for Github Coders CoderStats link for Github Coders
ID necogepejonacpphmlmcagmbjaogpbng
Officiële URL https://chromewebstore.google.com/detail/coderstats-link-for-githu/necogepejonacpphmlmcagmbjaogpbng
Beschrijving Display a link to the CoderStats page for the currently displayed GitHub user when browsing github.com.
Bestandsgrootte 8.7 KB
Aantal Installaties 807
Huidige Versie 2.0.0
Laatst Bijgewerkt 2023-05-03
Publicatiedatum 2019-06-15
Beoordeling 5.00/5 Totaal 1 Beoordelingen
Ontwikkelaar Ramiro Gómez
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://coderstats.github.io/
Ondersteunde Talen 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"
        }
    ]
}