Ethereum price
Displays the current Ethereum price.
Ethereum priceとは何ですか?
Ethereum priceはar2rによって開発されたChromeの拡張機能で、その主な機能は「Displays the current Ethereum price.」です。
拡張機能のスクリーンショット
Ethereum price拡張機能のCRXファイルをダウンロード
Ethereum price拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Simple ETH / Ethereum price tracker. data provided by Coinmarketcap. You can also download my other coin tracker (alt coins) BTC Bitcoin price tracker LTC Litecoin price tracker XMR Monero Price tracker ZEC Zcash price tracker DOGE Dogecoin price tracker DASH Dash price tracker Please, feel free to ask for any other coin you want or any other feature.
拡張機能の基本情報
名前 | |
ID | lfpfdkldcgcmdioidcldjcmlfacnkild |
公式URL | https://chrome.google.com/webstore/detail/ethereum-price/lfpfdkldcgcmdioidcldjcmlfacnkild |
説明 | Displays the current Ethereum price. |
ファイルサイズ | 64.2 KB |
インストール数 | 69 |
現在のバージョン | 1.0 |
最終更新日 | 2018-01-17 |
公開日 | 2018-01-17 |
評価 | 5.00/5 合計 1 レビュー |
開発者 | ar2r |
支払い方法 | free |
拡張機能のウェブサイト | http://allcoinindex.com/ |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "background": { "scripts": [ "script.js" ] }, "browser_action": { "default_icon": { "19": "19.png" }, "default_popup": "price.htm", "default_title": "Click to show more information" }, "description": "Displays the current Ethereum price.", "icons": { "128": "128.png", "16": "16.png", "48": "48.png" }, "manifest_version": 2, "name": "Ethereum price", "permissions": [ "https:\/\/coinmarketcap.com\/", "storage" ], "short_name": "Ethereum Price", "version": "1.0" } |