CoffeeScript Console 3

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

CoffeeScript Console 3とは何ですか?

CoffeeScript Console 3はStanford HCI Research Groupによって開発されたChromeの拡張機能で、その主な機能は「A CoffeeScript and LiveScript console within the Chrome Dev Tools. Based on Coffee Console 2.」です。

拡張機能のスクリーンショット

screenshot
screenshot

CoffeeScript Console 3拡張機能のCRXファイルをダウンロード

CoffeeScript Console 3拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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                    

拡張機能の基本情報

名前 CoffeeScript Console 3 CoffeeScript Console 3
ID paafmmbmdepbicdheoakjepmcjnclegh
公式URL https://chromewebstore.google.com/detail/coffeescript-console-3/paafmmbmdepbicdheoakjepmcjnclegh
説明 A CoffeeScript and LiveScript console within the Chrome Dev Tools. Based on Coffee Console 2.
ファイルサイズ 438 KB
インストール数 178
現在のバージョン 1.0.2
最終更新日 2021-07-26
公開日 2019-03-08
開発者 Stanford HCI Research Group
Eメール [email protected]
支払い方法 free
プライバシーポリシーページのURL https://github.com/habitlab/habitlab/wiki/Privacy
対応言語 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'"
}