CoffeeConsole
A Chrome extension compatible with Chrome 18+ to allow writing of CoffeeScript within the Web Inspector and run it within the context of the current window, just like the built-in console.
Installation
- Drop the coffeeconsole.crx file into the Chrome browser.
- Load the Web Inspector and click on CoffeeConsole
Features
- Syntax highlighting provided via the ACE editor http://ace.ajax.org/
- CoffeeScript compilation https://github.com/jashkenas/coffee-script
- Command+Enter or Shift+Enter to run the current script
- Available in the Chrome Web Store: http://snk.ms/coffeeconsole
Copyright 2012, Jonathan Snook Released under the MIT License