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
擴展基本資訊
名稱 | Ethereum Price Ticker | ETH Price Ticker |
ID | mbfcnfgpimdeehokhmhdhmpmkphdeamd |
官方網址 | 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 |
電子郵箱 | [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" } } |