amCoffee

A CoffeeScript version of the Chrome Console.

amCoffee là gì?

amCoffee là một tiện ích mở rộng Chrome được phát triển bởi auiWorks, và tính năng chính của nó là "A CoffeeScript version of the Chrome Console.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng amCoffee

Tải xuống các tệp mở rộng amCoffee dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên amCoffee amCoffee
ID eohnbihebhopoapemdbbodaiaagpogik
URL Chính Thức https://chromewebstore.google.com/detail/amcoffee/eohnbihebhopoapemdbbodaiaagpogik
Mô tả A CoffeeScript version of the Chrome Console.
Kích Thước Tệp 109 KB
Số Lần Cài Đặt 470
Phiên Bản Hiện Tại 1.2.4
Cập Nhật Lần Cuối 2014-07-23
Ngày Phát Hành 2014-07-22
Đánh Giá 4.33/5 Tổng số 33 Đánh Giá
Nhà Phát Triển auiWorks
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/auiWorks/amCoffee
URL Trang Trợ Giúp https://github.com/auiWorks/amCoffee/issues
Ngôn Ngữ Được Hỗ Trợ 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'"
}