Ethereum Price Ticker | ETH Price Ticker
Displays the current Ethereum (ETH) price.
Что такое Ethereum Price Ticker | ETH Price Ticker?
Ethereum Price Ticker | ETH Price Ticker - это расширение Chrome, разработанное Root Consulting, Inc, и его основная функция - "Displays the current Ethereum (ETH) price.".
Снимки экрана расширения
Скачать файл CRX расширения Ethereum Price Ticker | ETH Price Ticker
Скачайте файлы расширений 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 |
| Электронная почта | [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"
}
} | |