Turn selected text on a webpage into an npm package lookupTurn 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.