Coinbase Enhancement Suite

Adds missing features to Coinbase website.

Cos'è Coinbase Enhancement Suite?

Coinbase Enhancement Suite è un'estensione di Chrome sviluppata da Mike Tsao, e la sua funzione principale è "Adds missing features to Coinbase website.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Coinbase Enhancement Suite

Scarica i file di estensione Coinbase Enhancement Suite in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome Coinbase Enhancement Suite Coinbase Enhancement Suite
ID ihmmdkcakjebheclflinnabikkhdgpdl
URL Ufficiale https://chromewebstore.google.com/detail/coinbase-enhancement-suit/ihmmdkcakjebheclflinnabikkhdgpdl
Descrizione Adds missing features to Coinbase website.
Dimensione del File 2.96 KB
Conteggio Installazioni 299
Versione Corrente 1.0
Ultimo Aggiornamento 2013-08-02
Data di Pubblicazione 2013-08-01
Valutazione 5.00/5 Totale 2 Valutazioni
Sviluppatore Mike Tsao
Tipo di Pagamento free
Lingue Supportate 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"
        }
    ]
}