Cryptocurrency Price Ticker
This extension displays the live price of Bitcoin, Litecoin, and Ethereum
Что такое Cryptocurrency Price Ticker?
Cryptocurrency Price Ticker - это расширение Chrome, разработанное Ethan Chiasson, и его основная функция - "This extension displays the live price of Bitcoin, Litecoin, and Ethereum".
Снимки экрана расширения
Скачать файл CRX расширения Cryptocurrency Price Ticker
Скачайте файлы расширений Cryptocurrency Price Ticker в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
Google Chrome Bitcoin, Litecoin, and Ethereum Price Ticker Extension. Adding this chrome extension gives you a quick and easy way to check the price of BTC,LTC, and ETH from within your browser. Основная информация о расширении
| Название | |
| ID | pdpahdgmbnpeepflkedmdcieohpcpchh |
| Официальный URL | https://chromewebstore.google.com/detail/cryptocurrency-price-tick/pdpahdgmbnpeepflkedmdcieohpcpchh |
| Описание | This extension displays the live price of Bitcoin, Litecoin, and Ethereum |
| Размер файла | 47.29 KB |
| Количество установок | 37 |
| Текущая Версия | 2.0 |
| Последнее Обновление | 2020-02-01 |
| Дата публикации | 2020-02-01 |
| Рейтинг | 5.00/5 Всего 1 оценок |
| Разработчик | Ethan Chiasson |
| Электронная почта | [email protected] |
| Тип оплаты | free |
| Поддерживаемые языки | en-GB |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "Cryptocurrency Price Ticker",
"description": "This extension displays the live price of Bitcoin, Litecoin, and Ethereum",
"version": "2.0",
"browser_action": {
"default_icon": "\/images\/btc.png",
"default_popup": "popup.html"
}
} | |