CoffeeScript Compiler

CoffeeScript Compiler

CoffeeScript Compiler là gì?

CoffeeScript Compiler là một tiện ích mở rộng Chrome được phát triển bởi jsep, và tính năng chính của nó là "CoffeeScript Compiler".

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

screenshot

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

Tải xuống các tệp mở rộng CoffeeScript Compiler 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

                        Write and run coffee-script into your devtools                    

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

Tên CoffeeScript Compiler CoffeeScript Compiler
ID pbbghcjlnkncmmloponcmgekabiillha
URL Chính Thức https://chromewebstore.google.com/detail/coffeescript-compiler/pbbghcjlnkncmmloponcmgekabiillha
Mô tả CoffeeScript Compiler
Kích Thước Tệp 188 KB
Số Lần Cài Đặt 68
Phiên Bản Hiện Tại 0.1
Cập Nhật Lần Cuối 2014-11-29
Ngày Phát Hành 2014-11-29
Đánh Giá 5.00/5 Tổng số 6 Đánh Giá
Nhà Phát Triển jsep
Loại Thanh Toán free
Trang Web Mở Rộng http://coffeescript.org/
URL Trang Trợ Giúp https://github.com/jsep/coffescript-extension
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "CoffeeScript Compiler",
    "version": "0.1",
    "description": "CoffeeScript Compiler",
    "devtools_page": "coffeescript-panel.html",
    "icons": {
        "48": "img\/icon.png"
    },
    "manifest_version": 2,
    "content_security_policy": "default-src 'self'  chrome-extension-resource: ; style-src 'self' 'unsafe-inline'; script-src 'self' 'unsafe-eval';  connect-src *; frame-src *;",
    "web_accessible_resources": [
        "*"
    ]
}