NPM Downloads
Display download counts alongside NPM author pages
什么是NPM Downloads?
NPM Downloads是由lukeed开发的Chrome扩展程序,该扩展的主要功能是“Display download counts alongside NPM author pages”。
扩展截图
下载NPM Downloads扩展crx文件
下载NPM Downloads扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
See the website for more info.
扩展基本信息
名称 | NPM Downloads |
ID | gkopjiobbmgaolpocbjnjilaamleimbd |
官方URL | https://chromewebstore.google.com/detail/npm-downloads/gkopjiobbmgaolpocbjnjilaamleimbd |
简介 | Display download counts alongside NPM author pages |
文件大小 | 9.77 KB |
安装次数 | 34 |
当前版本 | 1.0.0 |
更新时间 | 2017-05-02 |
上架时间 | 2017-05-02 |
评分 | 5.00/5 共1次评分 |
开发者 | lukeed |
付费类型 | free |
扩展官网 | https://github.com/lukeed/npm-downloads-extension |
支持的语言 | 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" ] } ] } |