Coinbase Enhancement Suite
Adds missing features to Coinbase website.
Apa itu Coinbase Enhancement Suite?
Coinbase Enhancement Suite adalah ekstensi Chrome yang dikembangkan oleh Mike Tsao, dan fitur utamanya adalah "Adds missing features to Coinbase website.".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Coinbase Enhancement Suite
Unduh file ekstensi Coinbase Enhancement Suite dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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.
Informasi Dasar Ekstensi
Nama | Coinbase Enhancement Suite |
ID | ihmmdkcakjebheclflinnabikkhdgpdl |
URL Resmi | https://chromewebstore.google.com/detail/coinbase-enhancement-suit/ihmmdkcakjebheclflinnabikkhdgpdl |
Deskripsi | Adds missing features to Coinbase website. |
Ukuran File | 2.96 KB |
Jumlah Instalasi | 299 |
Versi Saat Ini | 1.0 |
Terakhir Diperbarui | 2013-08-02 |
Tanggal Publikasi | 2013-08-01 |
Penilaian | 5.00/5 Total 2 Penilaian |
Pengembang | Mike Tsao |
Tipe Pembayaran | free |
Bahasa yang Didukung | 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" } ] } |