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 |
公式URL | 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" } ] } |