Crypto Ticker
Shows the current price of your favourite crypto currency in the browser toolbar. You can select between > 1,500 cryptos.
Что такое Crypto Ticker?
Crypto Ticker - это расширение Chrome, разработанное epubreader, и его основная функция - "Shows the current price of your favourite crypto currency in the browser toolbar. You can select between > 1,500 cryptos.".
Снимки экрана расширения
Скачать файл CRX расширения Crypto Ticker
Скачайте файлы расширений Crypto Ticker в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
Crypto Ticker shows the current price of your favourite crypto currency in the browser toolbar. You can select between over 1,500 crypto and more than 30 fiat currencies. Prices are taken from coincap dot io and are updated every 60 seconds. If the price is >= 10000, the price is displayed as K value as only 4 characters can be displayed. E.g. 10000 translates to 10.0. On mouse over the precise price is displayed. Please contact cryptotickerext at gmail dot com for support.
Основная информация о расширении
Название | Crypto Ticker |
ID | lnlbponfieopeapilgijoffpadgnjgef |
Официальный URL | https://chromewebstore.google.com/detail/crypto-ticker/lnlbponfieopeapilgijoffpadgnjgef |
Описание | Shows the current price of your favourite crypto currency in the browser toolbar. You can select between > 1,500 cryptos. |
Размер файла | 19.33 KB |
Количество установок | 1,627 |
Текущая Версия | 1.0.18 |
Последнее Обновление | 2021-01-08 |
Дата публикации | 2018-12-29 |
Рейтинг | 3.63/5 Всего 8 оценок |
Разработчик | epubreader |
Электронная почта | [email protected] |
Тип оплаты | free |
Поддерживаемые языки | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Crypto Ticker", "description": "Shows the current price of your favourite crypto currency in the browser toolbar. You can select between > 1,500 cryptos.", "icons": { "16": "skin\/ticker_16.png", "32": "skin\/ticker_32.png", "48": "skin\/ticker_48.png", "128": "skin\/ticker_128.png" }, "version": "1.0.18", "author": "Crypton", "browser_action": { "default_icon": { "16": "skin\/ticker_16.png", "32": "skin\/ticker_32.png", "48": "skin\/ticker_48.png", "128": "skin\/ticker_128.png" }, "default_title": "Crypto Ticker", "default_popup": "popup.html" }, "background": { "scripts": [ "js\/rate.js", "js\/background.js" ] }, "permissions": [ "https:\/\/api.coincap.io\/", "https:\/\/www.ecb.europa.eu\/", "storage" ] } |