My npm downloads
Quickly view your npm packages' download stats in Google Chrome.
Wat is My npm downloads?
My npm downloads is een Chrome-extensie ontwikkeld door Unknown, en de belangrijkste functie is "Quickly view your npm packages' download stats in Google Chrome.".
Extensie Screenshots
Download het CRX-bestand van de extensie My npm downloads
Download My npm downloads-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
This extension allows you to quickly see package stats by user on npm.
You can view the source here: https://github.com/jsdevel/my-npm-downloads Basisinformatie over de Extensie
| Naam | |
| ID | mgjgilnaemgnmggoikpmbeljjmlkpcdp |
| Officiële URL | https://chromewebstore.google.com/detail/my-npm-downloads/mgjgilnaemgnmggoikpmbeljjmlkpcdp |
| Beschrijving | Quickly view your npm packages' download stats in Google Chrome. |
| Bestandsgrootte | 63.09 KB |
| Aantal Installaties | 20 |
| Huidige Versie | 1.3 |
| Laatst Bijgewerkt | 2015-10-16 |
| Publicatiedatum | 2015-10-16 |
| Ontwikkelaar | Unknown |
| Betalingswijze | free |
| Ondersteunde Talen | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "My npm downloads",
"description": "Quickly view your npm packages' download stats in Google Chrome.",
"version": "1.3",
"icons": {
"16": "icons\/app-icon-16x16.png",
"48": "icons\/app-icon-48x48.png",
"128": "icons\/app-icon-128x128.png"
},
"browser_action": {
"default_icon": "icons\/default-action-icon-19x19.png",
"default_popup": "popup.html"
},
"permissions": [
"https:\/\/npmjs.com\/",
"https:\/\/www.npmjs.com\/"
]
} | |