Coinbase Enhancement Suite
Adds missing features to Coinbase website.
Co je Coinbase Enhancement Suite?
Coinbase Enhancement Suite je rozšíření Chrome vyvinuté Mike Tsao, a jeho hlavní funkcí je „Adds missing features to Coinbase website.“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření Coinbase Enhancement Suite
Stáhněte si soubory rozšíření Coinbase Enhancement Suite ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
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.
Základní Informace o Rozšíření
Název | Coinbase Enhancement Suite |
ID | ihmmdkcakjebheclflinnabikkhdgpdl |
Oficiální URL | https://chromewebstore.google.com/detail/coinbase-enhancement-suit/ihmmdkcakjebheclflinnabikkhdgpdl |
Popis | Adds missing features to Coinbase website. |
Velikost souboru | 2.96 KB |
Počet instalací | 299 |
Aktuální Verze | 1.0 |
Poslední Aktualizace | 2013-08-02 |
Datum Vydání | 2013-08-01 |
Hodnocení | 5.00/5 Celkem 2 Hodnocení |
Vývojář | Mike Tsao |
Typ Platby | free |
Podporované Jazyky | 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" } ] } |