CoffeeScript Compiler

CoffeeScript Compiler

What is CoffeeScript Compiler?

CoffeeScript Compiler is a Chrome extension developed by jsep, and its main feature is "CoffeeScript Compiler".

Extension Screenshots

screenshot

Download CoffeeScript Compiler Extension CRX File

Download CoffeeScript Compiler 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

                        Write and run coffee-script into your devtools                    

Extension Basic Information

Name CoffeeScript Compiler CoffeeScript Compiler
ID pbbghcjlnkncmmloponcmgekabiillha
Official URL https://chromewebstore.google.com/detail/coffeescript-compiler/pbbghcjlnkncmmloponcmgekabiillha
Description CoffeeScript Compiler
File Size 188 KB
Installation Count 68
Current Version 0.1
Last Updated 2014-11-29
Publish Date 2014-11-29
Rating 5.00/5 Total 6 Ratings
Developer jsep
Payment Type free
Extension Website http://coffeescript.org/
Help Page URL https://github.com/jsep/coffescript-extension
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "CoffeeScript Compiler",
    "version": "0.1",
    "description": "CoffeeScript Compiler",
    "devtools_page": "coffeescript-panel.html",
    "icons": {
        "48": "img\/icon.png"
    },
    "manifest_version": 2,
    "content_security_policy": "default-src 'self'  chrome-extension-resource: ; style-src 'self' 'unsafe-inline'; script-src 'self' 'unsafe-eval';  connect-src *; frame-src *;",
    "web_accessible_resources": [
        "*"
    ]
}