Have you ever thought that, it would be awesome if you could use CoffeeScript instead of Javascript in your Chrome Developer Console. You know because CofeeScript rocks. Don't think again! Thanks to this extension, your wishes are becoming true.
No mighty science involved here. Just install the crx by opening it in Chrome.
- Integrates seamlessly with the Developer Tools
- Has access to the JavaScript state of the inspected page
- Better catch evaluation Errors
- Add multiline code support (Alt+Enter)
- Support logging (console.log -> coffee.log)
- Pretty print Javascript Objects
- Add syntax highlighting
- CoffeeScript for the most beautifull language out there and it's js compiler.
- Snook for his extension. It was very inspirational.