Ethereum Price Ticker | ETH Price Ticker
Displays the current Ethereum (ETH) price.
Ethereum Price Ticker | ETH Price Tickerとは何ですか?
Ethereum Price Ticker | ETH Price TickerはRoot Consulting, Incによって開発されたChromeの拡張機能で、その主な機能は「Displays the current Ethereum (ETH) price.」です。
拡張機能のスクリーンショット
Ethereum Price Ticker | ETH Price Ticker拡張機能のCRXファイルをダウンロード
Ethereum Price Ticker | ETH Price Ticker拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
This extension fetches the current price for Ethereum from poloniex.com. It allows you to view the price USD - United States Dollars 拡張機能の基本情報
| 名前 | |
| ID | mbfcnfgpimdeehokhmhdhmpmkphdeamd |
| 公式URL | https://chromewebstore.google.com/detail/ethereum-price-ticker-eth/mbfcnfgpimdeehokhmhdhmpmkphdeamd |
| 説明 | Displays the current Ethereum (ETH) price. |
| ファイルサイズ | 21.66 KB |
| インストール数 | 1,369 |
| 現在のバージョン | 3.0 |
| 最終更新日 | 2022-08-21 |
| 公開日 | 2017-12-16 |
| 評価 | 4.24/5 合計 17 レビュー |
| 開発者 | Root Consulting, Inc |
| Eメール | [email protected] |
| 支払い方法 | free |
| 対応言語 | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 3,
"name": "Ethereum Price Ticker | ETH Price Ticker",
"description": "Displays the current Ethereum (ETH) price.",
"version": "3.0",
"icons": {
"16": "logo\/logo-16.png",
"48": "logo\/logo-48.png",
"128": "logo\/logo-128.png"
},
"action": {
"default_title": "ETH Price Ticker",
"default_icon": "icon.png"
},
"permissions": [],
"host_permissions": [
"https:\/\/poloniex.com\/*"
],
"background": {
"service_worker": "service-worker.js"
}
} | |