CoderStats link for Github Coders

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

Qu'est-ce que CoderStats link for Github Coders ?

CoderStats link for Github Coders est une extension Chrome développée par Ramiro Gómez, et sa fonction principale est "Display a link to the CoderStats page for the currently displayed GitHub user when browsing github.com.".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension CoderStats link for Github Coders

Téléchargez les fichiers d'extension CoderStats link for Github Coders au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom CoderStats link for Github Coders CoderStats link for Github Coders
ID necogepejonacpphmlmcagmbjaogpbng
URL Officiel https://chromewebstore.google.com/detail/coderstats-link-for-githu/necogepejonacpphmlmcagmbjaogpbng
Description Display a link to the CoderStats page for the currently displayed GitHub user when browsing github.com.
Taille du Fichier 8.7 KB
Nombre d'Installations 807
Version Actuelle 2.0.0
Dernière Mise à Jour 2023-05-03
Date de Publication 2019-06-15
Évaluation 5.00/5 Total 1 Évaluations
Développeur Ramiro Gómez
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://coderstats.github.io/
Langues Prises en Charge 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"
        }
    ]
}