Coinbase Enhancement Suite
Adds missing features to Coinbase website.
Wat is Coinbase Enhancement Suite?
Coinbase Enhancement Suite is een Chrome-extensie ontwikkeld door Mike Tsao, en de belangrijkste functie is "Adds missing features to Coinbase website.".
Extensie Screenshots
Download het CRX-bestand van de extensie Coinbase Enhancement Suite
Download Coinbase Enhancement Suite-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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.
Basisinformatie over de Extensie
Naam | Coinbase Enhancement Suite |
ID | ihmmdkcakjebheclflinnabikkhdgpdl |
Officiële URL | https://chromewebstore.google.com/detail/coinbase-enhancement-suit/ihmmdkcakjebheclflinnabikkhdgpdl |
Beschrijving | Adds missing features to Coinbase website. |
Bestandsgrootte | 2.96 KB |
Aantal Installaties | 299 |
Huidige Versie | 1.0 |
Laatst Bijgewerkt | 2013-08-02 |
Publicatiedatum | 2013-08-01 |
Beoordeling | 5.00/5 Totaal 2 Beoordelingen |
Ontwikkelaar | Mike Tsao |
Betalingswijze | free |
Ondersteunde Talen | 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" } ] } |