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'"
} | |