github npm stats

Displays npm package stats on GitHub

Wat is github npm stats?

github npm stats is een Chrome-extensie ontwikkeld door katranci, en de belangrijkste functie is "Displays npm package stats on GitHub".

Extensie Screenshots

screenshot
screenshot

Download het CRX-bestand van de extensie github npm stats

Download github npm stats-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

                        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                    

Basisinformatie over de Extensie

Naam github npm stats github npm stats
ID oomfflokggoffaiagenekchfnpighcef
Officiële URL https://chromewebstore.google.com/detail/github-npm-stats/oomfflokggoffaiagenekchfnpighcef
Beschrijving Displays npm package stats on GitHub
Bestandsgrootte 65.86 KB
Aantal Installaties 621
Huidige Versie 1.3.4
Laatst Bijgewerkt 2020-05-31
Publicatiedatum 2020-05-31
Beoordeling 5.00/5 Totaal 4 Beoordelingen
Ontwikkelaar katranci
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://github.com/katranci/github-npm-stats
Help Pagina-URL https://github.com/katranci/github-npm-stats/issues
Ondersteunde Talen 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"
            ]
        }
    ]
}