amCoffee
A CoffeeScript version of the Chrome Console.
Что такое amCoffee?
amCoffee - это расширение Chrome, разработанное auiWorks, и его основная функция - "A CoffeeScript version of the Chrome Console.".
Снимки экрана расширения
Скачать файл CRX расширения amCoffee
Скачайте файлы расширений 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'"
} | |