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.”。
扩展截图
下载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 |
ID | omnmkagnicpcpefgjdhngmjjoofoknfp |
官方URL | 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'" } |