ETH ticker | Ethereum ticker
Ethereum exchange price ticker. Displays the current price on the badge icon. Lot of exchanges available.
Что такое ETH ticker | Ethereum ticker?
ETH ticker | Ethereum ticker - это расширение Chrome, разработанное peter.aupry, и его основная функция - "Ethereum exchange price ticker. Displays the current price on the badge icon. Lot of exchanges available.".
Снимки экрана расширения
Скачать файл CRX расширения ETH ticker | Ethereum ticker
Скачайте файлы расширений ETH ticker | Ethereum ticker в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
Eth price ticker for bittrex, binance, coinbase, kraken, upbit and hitbtc exchanges and chart from tradingview. There is several options available: exchange pairs (ETH/BTC, ETH/USDT, ETH/KRW, ETH/USD) update delay chart chart theme Buy me a beer ? BTC: 1CL4hRq183mGWL4xHATnXehYkvticyE3hv For bugs report, features or if you are just interested in the code: https://github.com/fantasioo/eth_ticker
Основная информация о расширении
Название | |
ID | oiflppoidedbicdboldgadjhffejbiok |
Официальный URL | https://chrome.google.com/webstore/detail/eth-ticker-ethereum-ticke/oiflppoidedbicdboldgadjhffejbiok |
Описание | Ethereum exchange price ticker. Displays the current price on the badge icon. Lot of exchanges available. |
Размер файла | 166 KB |
Количество установок | 253 |
Текущая Версия | 1.0.0 |
Последнее Обновление | 2018-04-01 |
Дата публикации | 2018-04-01 |
Рейтинг | 5.00/5 Всего 2 оценок |
Разработчик | peter.aupry |
Электронная почта | [email protected] |
Тип оплаты | free |
Поддерживаемые языки | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "1.0.0", "name": "ETH ticker | Ethereum ticker", "manifest_version": 2, "description": "Ethereum exchange price ticker. Displays the current price on the badge icon. Lot of exchanges available.", "browser_action": { "default_title": "Ethereum ticker | ETH ticker", "default_popup": "popup.html" }, "icons": { "16": "img\/icon-16.png", "48": "img\/icon-48.png", "128": "img\/icon-128.png" }, "background": { "page": "background.html" }, "options_page": "options.html", "permissions": [ "storage", "https:\/\/bittrex.com\/*", "https:\/\/*.binance.com\/*", "https:\/\/*.upbit.com\/*", "https:\/\/*.hitbtc.com\/*", "https:\/\/*.kraken.com\/*", "https:\/\/*.coinbase.com\/*" ], "content_security_policy": "default-src 'self'; script-src 'self' https:\/\/s3.tradingview.com 'unsafe-eval'; connect-src https:\/\/bittrex.com https:\/\/api.binance.com https:\/\/crix-api-endpoint.upbit.com https:\/\/api.hitbtc.com https:\/\/api.kraken.com https:\/\/api.coinbase.com; style-src * 'unsafe-inline' 'self' blob:; img-src 'self' data:; frame-src https:\/\/s.tradingview.com" } |