Investment Stats for Coinbase
See more information on your crypto wallots, supplementing the balance information that Coinbase offers.
Investment Stats for Coinbaseとは何ですか?
Investment Stats for CoinbaseはGeek Overdrive Studioによって開発されたChromeの拡張機能で、その主な機能は「See more information on your crypto wallots, supplementing the balance information that Coinbase offers.」です。
拡張機能のスクリーンショット
Investment Stats for Coinbase拡張機能のCRXファイルをダウンロード
Investment Stats for Coinbase拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
This extension allows you to see vital information on your investments on Coinbase. It is enabled within the Wallet page of any cryptocurrency. This extension will show you: - The amount you have invested - The net profit of your investments - The breakeven point of your investments - The percentage net worth of your investments in comparison to the breakeven point Once enabled, simply navigate to one of your Coinbase wallets to see your investment statistics. Currently tested on Chromium browsers only.
拡張機能の基本情報
名前 | |
ID | hgdhmdhnjphbkcnpihgdnajlpejpcgmo |
公式URL | https://chromewebstore.google.com/detail/investment-stats-for-coin/hgdhmdhnjphbkcnpihgdnajlpejpcgmo |
説明 | See more information on your crypto wallots, supplementing the balance information that Coinbase offers. |
ファイルサイズ | 89.67 KB |
インストール数 | 25 |
現在のバージョン | 1.2.1 |
最終更新日 | 2021-03-19 |
公開日 | 2021-03-09 |
開発者 | Geek Overdrive Studio |
Eメール | [email protected] |
支払い方法 | free |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Investment Stats for Coinbase", "description": "See more information on your crypto wallots, supplementing the balance information that Coinbase offers.", "version": "1.2.1", "manifest_version": 2, "content_scripts": [ { "matches": [ "https:\/\/www.coinbase.com\/*" ], "js": [ "content.js" ] } ], "icons": { "128": "icon.png" } } |