NPM Downloads
Display download counts alongside NPM author pages
What is NPM Downloads?
NPM Downloads is a Chrome extension developed by lukeed, and its main feature is "Display download counts alongside NPM author pages".
Extension Screenshots
Download NPM Downloads Extension CRX File
Download NPM Downloads 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
See the website for more info.
Extension Basic Information
Name | NPM Downloads |
ID | gkopjiobbmgaolpocbjnjilaamleimbd |
Official URL | https://chromewebstore.google.com/detail/npm-downloads/gkopjiobbmgaolpocbjnjilaamleimbd |
Description | Display download counts alongside NPM author pages |
File Size | 9.77 KB |
Installation Count | 34 |
Current Version | 1.0.0 |
Last Updated | 2017-05-02 |
Publish Date | 2017-05-02 |
Rating | 5.00/5 Total 1 Ratings |
Developer | lukeed |
Payment Type | free |
Extension Website | https://github.com/lukeed/npm-downloads-extension |
Supported Languages | 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" ] } ] } |