Turn selected text on a webpage into an npm package lookup
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.
Latest reviews
- (2016-04-18) Michael Wuergler: This is probably one of the most important chrome extensions of the 21st century.