A Chrome extension to allow writing of CoffeeScript and 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: CoffeeScript Console 3
- Syntax highlighting provided via the ACE editor http://ace.ajax.org/
- CoffeeScript compilation http://coffeescript.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 LiveScript Console, CoffeeConsole 2 and CoffeeConsole