Coinbase Enhancement Suite
Adds missing features to Coinbase website.
Hvad er Coinbase Enhancement Suite?
Coinbase Enhancement Suite er en Chrome-udvidelse udviklet af Mike Tsao, og dens hovedfunktion er "Adds missing features to Coinbase website.".
Udvidelsesskærmbilleder
Download Coinbase Enhancement Suite-udvidelses-CRX-fil
Download Coinbase Enhancement Suite-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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.
Grundlæggende oplysninger om udvidelsen
Navn | Coinbase Enhancement Suite |
ID | ihmmdkcakjebheclflinnabikkhdgpdl |
Officiel URL | https://chromewebstore.google.com/detail/coinbase-enhancement-suit/ihmmdkcakjebheclflinnabikkhdgpdl |
Beskrivelse | Adds missing features to Coinbase website. |
Filstørrelse | 2.96 KB |
Antal Installationer | 299 |
Nuværende Version | 1.0 |
Senest Opdateret | 2013-08-02 |
Udgivelsesdato | 2013-08-01 |
Bedømmelse | 5.00/5 Samlet 2 Bedømmelser |
Udvikler | Mike Tsao |
Betalingsmetode | free |
Understøttede Sprog | 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" } ] } |