A Chrome extension to allow writing of LiveScript within the Web Inspector and run it within the context of the current window, just like the built-in console.
- Available in the Chrome Web Store: LiveScript Console
- Syntax highlighting provided via the ACE editor http://ace.ajax.org/
- LiveScript compilation http://livescript.net/
- Command+Enter or Shift+Enter to run the current script
Released under the MIT License
By Geza Kovacs
Based on CoffeeConsole 2 by Jonathan Snook and Colldo