NPM Downloads
Display download counts alongside NPM author pages
Cos'è NPM Downloads?
NPM Downloads è un'estensione di Chrome sviluppata da lukeed, e la sua funzione principale è "Display download counts alongside NPM author pages".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione NPM Downloads
Scarica i file di estensione NPM Downloads in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
See the website for more info. Informazioni di Base sull'Estensione
| Nome | |
| ID | gkopjiobbmgaolpocbjnjilaamleimbd |
| URL Ufficiale | https://chromewebstore.google.com/detail/npm-downloads/gkopjiobbmgaolpocbjnjilaamleimbd |
| Descrizione | Display download counts alongside NPM author pages |
| Dimensione del File | 9.77 KB |
| Conteggio Installazioni | 34 |
| Versione Corrente | 1.0.0 |
| Ultimo Aggiornamento | 2017-05-02 |
| Data di Pubblicazione | 2017-05-02 |
| Valutazione | 5.00/5 Totale 1 Valutazioni |
| Sviluppatore | lukeed |
| Tipo di Pagamento | free |
| Sito Web dell'Estensione | https://github.com/lukeed/npm-downloads-extension |
| Lingue Supportate | 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"
]
}
]
} | |