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
官方網址 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'"
}