amCoffee
A CoffeeScript version of the Chrome Console.
What is amCoffee?
amCoffee is a Chrome extension developed by auiWorks, and its main feature is "A CoffeeScript version of the Chrome Console.".
Extension Screenshots
Download amCoffee Extension CRX File
Download amCoffee extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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
Extension Basic Information
Name | amCoffee |
ID | eohnbihebhopoapemdbbodaiaagpogik |
Official URL | https://chromewebstore.google.com/detail/amcoffee/eohnbihebhopoapemdbbodaiaagpogik |
Description | A CoffeeScript version of the Chrome Console. |
File Size | 109 KB |
Installation Count | 470 |
Current Version | 1.2.4 |
Last Updated | 2014-07-23 |
Publish Date | 2014-07-22 |
Rating | 4.33/5 Total 33 Ratings |
Developer | auiWorks |
Payment Type | free |
Extension Website | https://github.com/auiWorks/amCoffee |
Help Page URL | https://github.com/auiWorks/amCoffee/issues |
Supported Languages | 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'" } |