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": [
        "*"
    ]
}  |  |