Github Star Viewer

Extension for viewing github stars next to github links

Qu'est-ce que Github Star Viewer ?

Github Star Viewer est une extension Chrome développée par vigovlugt, et sa fonction principale est "Extension for viewing github stars next to github links".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Github Star Viewer

Téléchargez les fichiers d'extension Github Star Viewer 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

                        Extension for adding github stars next to github repository links. Useful for awesome github lists or other pages with many links to github pages so you can quickly see which repositories are the moste popular                    

Informations de Base sur l'Extension

Nom Github Star Viewer Github Star Viewer
ID hkfdnggekcfkaojagbbdnfdfigebchbc
URL Officiel https://chromewebstore.google.com/detail/github-star-viewer/hkfdnggekcfkaojagbbdnfdfigebchbc
Description Extension for viewing github stars next to github links
Taille du Fichier 12.28 KB
Nombre d'Installations 47
Version Actuelle 1.0
Dernière Mise à Jour 2020-07-21
Date de Publication 2020-07-20
Évaluation 5.00/5 Total 1 Évaluations
Développeur vigovlugt
Email [email protected]
Type de Paiement free
Langues Prises en Charge en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Github Star Viewer",
    "description": "Extension for viewing github stars next to github links",
    "manifest_version": 2,
    "version": "1.0",
    "icons": {
        "16": "16.png",
        "48": "48.png",
        "128": "128.png"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content.js"
            ],
            "run_at": "document_end"
        }
    ]
}