npm lookup
Turn selected text on a webpage into an npm package lookup
什么是npm lookup?
npm lookup是由Michael Wuergler开发的Chrome扩展程序,该扩展的主要功能是“Turn selected text on a webpage into an npm package lookup”。
扩展截图
下载npm lookup扩展crx文件
下载npm lookup扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Turn selected text into a quick npm package lookup. 1. Select some text on a webpage (like on github's javascript source code viewer) 2. Right click 3. Select `Lookup on npmjs.com` from the context menu. **BOOM!** you have saved precious time. **Pro Tip:** Use this extension all over github's javascript source code viewer. You can select the text inside of `require()` or `import` statements to quickly review the npm profiles of javascript modules.
扩展基本信息
名称 | npm lookup |
ID | ijgbachgpjabdghaghpngjhkmimojodg |
官方URL | https://chromewebstore.google.com/detail/npm-lookup/ijgbachgpjabdghaghpngjhkmimojodg |
简介 | Turn selected text on a webpage into an npm package lookup |
文件大小 | 7.16 MB |
安装次数 | 49 |
当前版本 | 2.0.0 |
更新时间 | 2016-01-25 |
上架时间 | 2016-01-25 |
评分 | 5.00/5 共2次评分 |
开发者 | Michael Wuergler |
付费类型 | free |
扩展官网 | https://github.com/radiovisual/github-npm-lookup |
帮助页面URL | https://github.com/radiovisual/github-npm-lookup/issues |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "npm lookup", "version": "2.0.0", "description": "Turn selected text on a webpage into an npm package lookup", "homepage_url": "https:\/\/github.com\/radiovisual\/github-npm-lookup", "manifest_version": 2, "minimum_chrome_version": "38", "icons": { "128": "media\/icon.png" }, "permissions": [ "contextMenus" ], "background": { "scripts": [ "menu.js" ] } } |