LiveScriptConsole

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

什麼是LiveScriptConsole?

LiveScriptConsole是由Stanford HCI Research Group開發的Chrome擴展程式,該擴展的主要功能是“A LiveScript console within the Chrome Dev Tools. Based on Coffee Console 2.”。

擴展截圖

screenshot

下載LiveScriptConsole擴展crx文件

下載LiveScriptConsole擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        A 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/LiveScriptConsole

Based on Coffee Console 2                    

擴展基本資訊

名稱 LiveScriptConsole LiveScriptConsole
ID omnmkagnicpcpefgjdhngmjjoofoknfp
官方網址 https://chromewebstore.google.com/detail/livescriptconsole/omnmkagnicpcpefgjdhngmjjoofoknfp
簡介 A LiveScript console within the Chrome Dev Tools. Based on Coffee Console 2.
檔案大小 388 KB
安裝次數 395
目前版本 1.0.2
更新時間 2021-07-26
上架時間 2017-04-25
評分 5.00/5 共 2 次評分
開發者 Stanford HCI Research Group
電子郵箱 [email protected]
付費類型 free
隱私政策頁面URL https://github.com/habitlab/habitlab/wiki/Privacy
支援的語言 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "LiveScriptConsole",
    "short_name": "lsconsole",
    "author": "Geza Kovacs",
    "version": "1.0.2",
    "description": "A 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'"
}