Nodei.co: npm badges for GitHub
Display nodei.co npm badges on GitHub README files for Node.js packages
Cos'è Nodei.co: npm badges for GitHub?
Nodei.co: npm badges for GitHub è un'estensione di Chrome sviluppata da rvagg, e la sua funzione principale è "Display nodei.co npm badges on GitHub README files for Node.js packages".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Nodei.co: npm badges for GitHub
Scarica i file di estensione Nodei.co: npm badges for GitHub 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
Each time you visit the GitHub page for a Node.js package published in npm you will see nodei.co badges displayed above the README.
See last publish, number of dependencies and dependents, number of stars and number of downloads. Also see a download graph for the last 6 months. Informazioni di Base sull'Estensione
| Nome | |
| ID | gjfoekeijnfcemfgihckkhhoiehljdmd |
| URL Ufficiale | https://chromewebstore.google.com/detail/nodeico-npm-badges-for-gi/gjfoekeijnfcemfgihckkhhoiehljdmd |
| Descrizione | Display nodei.co npm badges on GitHub README files for Node.js packages |
| Dimensione del File | 24.33 KB |
| Conteggio Installazioni | 91 |
| Versione Corrente | 0.7 |
| Ultimo Aggiornamento | 2017-03-06 |
| Data di Pubblicazione | 2017-03-06 |
| Valutazione | 5.00/5 Totale 6 Valutazioni |
| Sviluppatore | rvagg |
| Tipo di Pagamento | free |
| Sito Web dell'Estensione | https://github.com/rvagg/nodei.co-chrome |
| Lingue Supportate | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "Nodei.co: npm badges for GitHub",
"short_name": "nodei.co",
"author": "@rvagg",
"description": "Display nodei.co npm badges on GitHub README files for Node.js packages",
"version": "0.7",
"permissions": [
"https:\/\/registry.npmjs.org\/",
"https:\/\/rawgit.com\/"
],
"content_scripts": [
{
"matches": [
"https:\/\/github.com\/*"
],
"js": [
"inject.js"
]
}
],
"web_accessible_resources": [
"lib\/embed_injected.js"
]
} | |