Espresso

Convert coffee to js on any web page.

Espresso là gì?

Espresso là một tiện ích mở rộng Chrome được phát triển bởi Jonathan Creamer, và tính năng chính của nó là "Convert coffee to js on any web page.".

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

screenshot
screenshot

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

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

                        An extension for adding a convert button to any code example that will convert CoffeeScript into JavaScript and back again.

https://github.com/jcreamer898/espresso                    

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

Tên Espresso Espresso
ID nmlgmcbclnjedjjmappiljpmfmpeblia
URL Chính Thức https://chrome.google.com/webstore/detail/espresso/nmlgmcbclnjedjjmappiljpmfmpeblia
Mô tả Convert coffee to js on any web page.
Kích Thước Tệp 111 KB
Số Lần Cài Đặt 25
Phiên Bản Hiện Tại 1.0.1.1
Cập Nhật Lần Cuối 2013-09-04
Ngày Phát Hành 2013-09-04
Đánh Giá 5.00/5 Tổng số 2 Đánh Giá
Nhà Phát Triển Jonathan Creamer
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Espresso",
    "description": "Convert coffee to js on any web page.",
    "version": "1.0.1.1",
    "icons": {
        "128": "icon_128.png"
    },
    "author": "Jonathan Creamer",
    "homepage_url": "https:\/\/github.com\/jcreamer898\/espresso",
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "css": [
                "scripts\/default.css"
            ],
            "js": [
                "scripts\/coffee-script.js",
                "scripts\/jquery.js",
                "scripts\/highlight.pack.js",
                "scripts\/espresso.js",
                "scripts\/inject.js"
            ]
        }
    ]
}