My npm downloads

Quickly view your npm packages' download stats in Google Chrome.

What is My npm downloads?

My npm downloads is a Chrome extension developed by Unknown, and its main feature is "Quickly view your npm packages' download stats in Google Chrome.".

Extension Screenshots

screenshot

Download My npm downloads Extension CRX File

Download My 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

                        This extension allows you to quickly see package stats by user on npm.

You can view the source here: https://github.com/jsdevel/my-npm-downloads                    

Extension Basic Information

Name My npm downloads My npm downloads
ID mgjgilnaemgnmggoikpmbeljjmlkpcdp
Official URL https://chromewebstore.google.com/detail/my-npm-downloads/mgjgilnaemgnmggoikpmbeljjmlkpcdp
Description Quickly view your npm packages' download stats in Google Chrome.
File Size 63.09 KB
Installation Count 20
Current Version 1.3
Last Updated 2015-10-16
Publish Date 2015-10-16
Developer Unknown
Payment Type free
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "My npm downloads",
    "description": "Quickly view your npm packages' download stats in Google Chrome.",
    "version": "1.3",
    "icons": {
        "16": "icons\/app-icon-16x16.png",
        "48": "icons\/app-icon-48x48.png",
        "128": "icons\/app-icon-128x128.png"
    },
    "browser_action": {
        "default_icon": "icons\/default-action-icon-19x19.png",
        "default_popup": "popup.html"
    },
    "permissions": [
        "https:\/\/npmjs.com\/",
        "https:\/\/www.npmjs.com\/"
    ]
}