Cryptocurrency Price Ticker
This Chrome extension that can check the price of Cryptocurrency.
Что такое Cryptocurrency Price Ticker?
Cryptocurrency Price Ticker - это расширение Chrome, разработанное https://virtual-money.xyz, и его основная функция - "This Chrome extension that can check the price of Cryptocurrency.".
Снимки экрана расширения
Скачать файл CRX расширения Cryptocurrency Price Ticker
Скачайте файлы расширений Cryptocurrency Price Ticker в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
Features:
- Check the Cryptocurrency Price.
- Using poloniex API.
- select the currency to display.
Currency:
- BTC
- ETH
- ETC
- XMR
- REP
- XRP
- ZEC
- LTC
- DASH Основная информация о расширении
| Название | |
| ID | ignpmignipmepahdookedpilckoeclob |
| Официальный URL | https://chromewebstore.google.com/detail/cryptocurrency-price-tick/ignpmignipmepahdookedpilckoeclob |
| Описание | This Chrome extension that can check the price of Cryptocurrency. |
| Размер файла | 293 KB |
| Количество установок | 206 |
| Текущая Версия | 1.1.1 |
| Последнее Обновление | 2017-06-19 |
| Дата публикации | 2017-06-19 |
| Рейтинг | 3.80/5 Всего 5 оценок |
| Разработчик | https://virtual-money.xyz |
| Тип оплаты | free |
| Поддерживаемые языки | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "Cryptocurrency Price Ticker",
"version": "1.1.1",
"description": "This Chrome extension that can check the price of Cryptocurrency.",
"browser_action": {
"default_popup": "popup.html",
"default_icon": "icon.png"
},
"options_page": "options.html",
"permissions": [
"storage",
"https:\/\/poloniex.com\/public*"
],
"icons": {
"128": "icon.png"
}
} | |