CoffeeScript Console 3

A CoffeeScript and LiveScript console within the Chrome Dev Tools. Based on Coffee Console 2.

What is CoffeeScript Console 3?

CoffeeScript Console 3 is a Chrome extension developed by Stanford HCI Research Group, and its main feature is "A CoffeeScript and LiveScript console within the Chrome Dev Tools. Based on Coffee Console 2.".

Extension Screenshots

screenshot
screenshot

Download CoffeeScript Console 3 Extension CRX File

Download CoffeeScript Console 3 extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        A CoffeeScript and LiveScript console within the Chrome Dev Tools.

Open the Developer Tools (Ctrl-Shift-J, or Command-Option-J on Mac) and go to the LiveScriptConsole tab. You can enter LiveScript code, see it compiled to JavaScript, and run it.

Source / Report Issues: https://github.com/gkovacs/CoffeeScriptConsole

Based on LiveScriptConsole and Coffee Console 2                    

Extension Basic Information

Name CoffeeScript Console 3 CoffeeScript Console 3
ID paafmmbmdepbicdheoakjepmcjnclegh
Official URL https://chromewebstore.google.com/detail/coffeescript-console-3/paafmmbmdepbicdheoakjepmcjnclegh
Description A CoffeeScript and LiveScript console within the Chrome Dev Tools. Based on Coffee Console 2.
File Size 438 KB
Installation Count 178
Current Version 1.0.2
Last Updated 2021-07-26
Publish Date 2019-03-08
Developer Stanford HCI Research Group
Email [email protected]
Payment Type free
Privacy Policy Page URL https://github.com/habitlab/habitlab/wiki/Privacy
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "CoffeeScript Console 3",
    "short_name": "coffeeconsole3",
    "author": "Geza Kovacs",
    "version": "1.0.2",
    "description": "A CoffeeScript and LiveScript console within the Chrome Dev Tools. Based on Coffee Console 2.",
    "devtools_page": "coffee.html",
    "icons": {
        "128": "128.png"
    },
    "minimum_chrome_version": "18",
    "content_security_policy": "script-src 'self'; object-src 'self'"
}