jsshell - Chrome Extention - Why it rocks!
How many times when you are writing JavaScript do you write out some code into your IDE then reload your webpage to see if the code is working? I did and its a massive waste of time switching between your IDE and browser.
Wouldn't it just make more sense to be able to write the code directly inside a shell attached to your browser and have it execute the code on the current page without reloading it? Once you have your desired behavior then it's just a quick copy and paste back into your IDE.

Well you can with jsshell the JQuery shell for google chrome. It is absolutely awesome and speeds up my workflow no end when writing client side script using JQuery. Download the chrome extension here.
Wednesday, 11th May, 2011 By Daniel Watson (jsshell, jquery, productivity, tools)