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 |
官方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 |
电子邮箱 | [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" } } |