amCoffee
A CoffeeScript version of the Chrome Console.
什么是amCoffee?
amCoffee是由auiWorks开发的Chrome扩展程序,该扩展的主要功能是“A CoffeeScript version of the Chrome Console.”。
扩展截图
下载amCoffee扩展crx文件
下载amCoffee扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Features:
- Type using CoffeeScript
- Formatted outputs
- Auto-complete
- Command history
Use it the way you use the original console, but with Coffee!
New in 1.2.0:
- Update CoffeeScript to 1.7.1.
- Add right-arrow for autocomplete.
- Move settings icon to top-right corner.
GitHub Repository:
https://github.com/auiWorks/amCoffee 扩展基本信息
| 名称 | |
| ID | eohnbihebhopoapemdbbodaiaagpogik |
| 官方URL | https://chromewebstore.google.com/detail/amcoffee/eohnbihebhopoapemdbbodaiaagpogik |
| 简介 | A CoffeeScript version of the Chrome Console. |
| 文件大小 | 109 KB |
| 安装次数 | 470 |
| 当前版本 | 1.2.4 |
| 更新时间 | 2014-07-23 |
| 上架时间 | 2014-07-22 |
| 评分 | 4.33/5 共33次评分 |
| 开发者 | auiWorks |
| 付费类型 | free |
| 扩展官网 | https://github.com/auiWorks/amCoffee |
| 帮助页面URL | https://github.com/auiWorks/amCoffee/issues |
| 支持的语言 | en,en-GB,en-US,zh-CN,zh-TW,ja |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "__MSG_appName__",
"description": "__MSG_appDesc__",
"default_locale": "en",
"icons": {
"128": "image\/icon128.png",
"48": "image\/icon48.png",
"16": "image\/icon16.png"
},
"version": "1.2.4",
"minimum_chrome_version": "25",
"devtools_page": "devtools.html",
"options_page": "options.html",
"content_security_policy": "script-src 'self' https:\/\/apis.google.com https:\/\/platform.twitter.com; object-src 'self'"
} | |