NPM Downloads
Display download counts alongside NPM author pages
Wat is NPM Downloads?
NPM Downloads is een Chrome-extensie ontwikkeld door lukeed, en de belangrijkste functie is "Display download counts alongside NPM author pages".
Extensie Screenshots
Download het CRX-bestand van de extensie NPM Downloads
Download 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
See the website for more info. Basisinformatie over de Extensie
| Naam | |
| ID | gkopjiobbmgaolpocbjnjilaamleimbd |
| Officiële URL | https://chromewebstore.google.com/detail/npm-downloads/gkopjiobbmgaolpocbjnjilaamleimbd |
| Beschrijving | Display download counts alongside NPM author pages |
| Bestandsgrootte | 9.77 KB |
| Aantal Installaties | 34 |
| Huidige Versie | 1.0.0 |
| Laatst Bijgewerkt | 2017-05-02 |
| Publicatiedatum | 2017-05-02 |
| Beoordeling | 5.00/5 Totaal 1 Beoordelingen |
| Ontwikkelaar | lukeed |
| Betalingswijze | free |
| Extensiewebsite | https://github.com/lukeed/npm-downloads-extension |
| Ondersteunde Talen | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "NPM Downloads",
"version": "1.0.0",
"manifest_version": 2,
"description": "Display download counts alongside NPM author pages",
"homepage_url": "https:\/\/github.com\/lukeed\/npm-downloads-extension",
"icons": {
"128": "icons\/128x128.png"
},
"permissions": [
"https:\/\/www.npmjs.com\/~*"
],
"content_scripts": [
{
"matches": [
"https:\/\/www.npmjs.com\/~*"
],
"js": [
"index.js"
]
}
]
} | |