amCoffee
A CoffeeScript version of the Chrome Console.
amCoffee란 무엇입니까?
amCoffee은(는) auiWorks에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "A CoffeeScript version of the Chrome Console."입니다.
확장 프로그램 스크린샷
amCoffee 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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
확장 프로그램 기본 정보
이름 | 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'" } |