Nodei.co: npm badges for GitHub
Display nodei.co npm badges on GitHub README files for Node.js packages
What is Nodei.co: npm badges for GitHub?
Nodei.co: npm badges for GitHub is a Chrome extension developed by rvagg, and its main feature is "Display nodei.co npm badges on GitHub README files for Node.js packages".
Extension Screenshots
Download Nodei.co: npm badges for GitHub Extension CRX File
Download Nodei.co: npm badges for GitHub extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | Nodei.co: npm badges for GitHub |
ID | gjfoekeijnfcemfgihckkhhoiehljdmd |
Official URL | https://chromewebstore.google.com/detail/nodeico-npm-badges-for-gi/gjfoekeijnfcemfgihckkhhoiehljdmd |
Description | Display nodei.co npm badges on GitHub README files for Node.js packages |
File Size | 24.33 KB |
Installation Count | 91 |
Current Version | 0.7 |
Last Updated | 2017-03-06 |
Publish Date | 2017-03-06 |
Rating | 5.00/5 Total 6 Ratings |
Developer | rvagg |
Payment Type | free |
Extension Website | https://github.com/rvagg/nodei.co-chrome |
Supported Languages | 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" ] } |