Coinbase Enhancement Suite

Adds missing features to Coinbase website.

Coinbase Enhancement Suite là gì?

Coinbase Enhancement Suite là một tiện ích mở rộng Chrome được phát triển bởi Mike Tsao, và tính năng chính của nó là "Adds missing features to Coinbase website.".

Ả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 Coinbase Enhancement Suite

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

                        Fixes various bugs in the Coinbase website. Actually, at the moment fixes only one.

On the transactions page, tells you the USD/BTC price. Today this information is missing from transaction confirmations, but it's not provided. This information is calculated from the total price, the BTC figure, a $0.15 bank fee, and a 1.0% Coinbase fee. If these values change, the calculation will be incorrect.

Coinbase is not affiliated with me or this product.                    

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

Tên Coinbase Enhancement Suite Coinbase Enhancement Suite
ID ihmmdkcakjebheclflinnabikkhdgpdl
URL Chính Thức https://chromewebstore.google.com/detail/coinbase-enhancement-suit/ihmmdkcakjebheclflinnabikkhdgpdl
Mô tả Adds missing features to Coinbase website.
Kích Thước Tệp 2.96 KB
Số Lần Cài Đặt 299
Phiên Bản Hiện Tại 1.0
Cập Nhật Lần Cuối 2013-08-02
Ngày Phát Hành 2013-08-01
Đánh Giá 5.00/5 Tổng số 2 Đánh Giá
Nhà Phát Triển Mike Tsao
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": "Coinbase Enhancement Suite",
    "description": "Adds missing features to Coinbase website.",
    "version": "1.0",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/coinbase.com\/transactions\/*"
            ],
            "js": [
                "fix_transactions.js"
            ],
            "run_at": "document_end"
        }
    ]
}