Console Injector is a chrome extension allowing easy injection of javascript libraries into any page from the console.
console.inject('lodash');
This is very handy for quickly testing ideas in the console and rapidly injecting code into existing sites. Console Injector searches cdnjs for javascript libraries matching a given input string, and inserts the latest corresponding script hosted at cdnjs.cloudflare.com.
Console Injector is the product of a hackathon team at Hack Reactor consisting of Andy Coenen, Wesley Smith, Kiran Rao, Henry Wong, and Matt Conrad.
Console Injector is available on the Google Chrome Web Store.