github npm stats

Displays npm package stats on GitHub

Qu'est-ce que github npm stats ?

github npm stats est une extension Chrome développée par katranci, et sa fonction principale est "Displays npm package stats on GitHub".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension github npm stats

Téléchargez les fichiers d'extension github npm stats 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

                        About Permissions
==============
- Data access for github.com is required to access package.json file of the underlying project
- Data access for npmjs.org is required to access npm package details
- Storage is required to cache github and npm api responses

Source Code
==========
You can view the source code of this extension on https://github.com/katranci/github-npm-stats                    

Informations de Base sur l'Extension

Nom github npm stats github npm stats
ID oomfflokggoffaiagenekchfnpighcef
URL Officiel https://chromewebstore.google.com/detail/github-npm-stats/oomfflokggoffaiagenekchfnpighcef
Description Displays npm package stats on GitHub
Taille du Fichier 65.86 KB
Nombre d'Installations 621
Version Actuelle 1.3.4
Dernière Mise à Jour 2020-05-31
Date de Publication 2020-05-31
Évaluation 5.00/5 Total 4 Évaluations
Développeur katranci
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://github.com/katranci/github-npm-stats
URL de la Page d'Aide https://github.com/katranci/github-npm-stats/issues
Langues Prises en Charge en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "github npm stats",
    "version": "1.3.4",
    "manifest_version": 2,
    "description": "Displays npm package stats on GitHub",
    "author": "Ahmet Katranc\u0131 ",
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "permissions": [
        "storage",
        "https:\/\/*.npmjs.org\/"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/github.com\/*"
            ],
            "js": [
                "chart.min.js",
                "bundle.js"
            ],
            "css": [
                "styles.css"
            ]
        }
    ]
}