Coinbase Enhancement Suite

Adds missing features to Coinbase website.

What is Coinbase Enhancement Suite?

Coinbase Enhancement Suite is a Chrome extension developed by Mike Tsao, and its main feature is "Adds missing features to Coinbase website.".

Extension Screenshots

screenshot

Download Coinbase Enhancement Suite Extension CRX File

Download Coinbase Enhancement Suite extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name Coinbase Enhancement Suite Coinbase Enhancement Suite
ID ihmmdkcakjebheclflinnabikkhdgpdl
Official URL https://chromewebstore.google.com/detail/coinbase-enhancement-suit/ihmmdkcakjebheclflinnabikkhdgpdl
Description Adds missing features to Coinbase website.
File Size 2.96 KB
Installation Count 299
Current Version 1.0
Last Updated 2013-08-02
Publish Date 2013-08-01
Rating 5.00/5 Total 2 Ratings
Developer Mike Tsao
Payment Type free
Supported Languages 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"
        }
    ]
}