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
电子邮箱 [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'"
}