CoffeeScript Compiler
CoffeeScript Compiler
什么是CoffeeScript Compiler?
CoffeeScript Compiler是由jsep开发的Chrome扩展程序,该扩展的主要功能是“CoffeeScript Compiler”。
扩展截图
下载CoffeeScript Compiler扩展crx文件
下载CoffeeScript Compiler扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
                        Write and run coffee-script into your devtools                     扩展基本信息
| 名称 |   |  
| ID | pbbghcjlnkncmmloponcmgekabiillha | 
| 官方URL | https://chromewebstore.google.com/detail/coffeescript-compiler/pbbghcjlnkncmmloponcmgekabiillha | 
| 简介 | CoffeeScript Compiler | 
| 文件大小 | 188 KB | 
| 安装次数 | 68 | 
| 当前版本 | 0.1 | 
| 更新时间 | 2014-11-29 | 
| 上架时间 | 2014-11-29 | 
| 评分 | 5.00/5 共6次评分 | 
| 开发者 | jsep | 
| 付费类型 | free | 
| 扩展官网 | http://coffeescript.org/ | 
| 帮助页面URL | https://github.com/jsep/coffescript-extension | 
| 支持的语言 | 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": [
        "*"
    ]
}  |  |