Coinbase Enhancement Suite
Adds missing features to Coinbase website.
什麼是Coinbase Enhancement Suite?
Coinbase Enhancement Suite是由Mike Tsao開發的Chrome擴展程式,該擴展的主要功能是“Adds missing features to Coinbase website.”。
擴展截圖
下載Coinbase Enhancement Suite擴展crx文件
下載Coinbase Enhancement Suite擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
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.
擴展基本資訊
名稱 | Coinbase Enhancement Suite |
ID | ihmmdkcakjebheclflinnabikkhdgpdl |
官方網址 | https://chromewebstore.google.com/detail/coinbase-enhancement-suit/ihmmdkcakjebheclflinnabikkhdgpdl |
簡介 | Adds missing features to Coinbase website. |
檔案大小 | 2.96 KB |
安裝次數 | 299 |
目前版本 | 1.0 |
更新時間 | 2013-08-02 |
上架時間 | 2013-08-01 |
評分 | 5.00/5 共 2 次評分 |
開發者 | Mike Tsao |
付費類型 | free |
支援的語言 | 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" } ] } |