Verge (XVG) Price Ticker
This extension shows latest price ticker of popular Verge trading markets.
Что такое Verge (XVG) Price Ticker?
Verge (XVG) Price Ticker - это расширение Chrome, разработанное Taha, и его основная функция - "This extension shows latest price ticker of popular Verge trading markets.".
Снимки экрана расширения
Скачать файл CRX расширения Verge (XVG) Price Ticker
Скачайте файлы расширений Verge (XVG) Price Ticker в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
VERGE is a secure, anonymous, and constantly evolving cryptocurrency... more at (vergecurrency.com) Extension Features: 1. Real time price (XVG/BTC) 2. Display Notifications TipJar (XVG) DAG1QFBH3wWZ1X9x8kRc4LGgb4HREtNLGS
Основная информация о расширении
Название | Verge (XVG) Price Ticker |
ID | mpkabbjfoeaojminpoflladbkhinbmbb |
Официальный URL | https://chromewebstore.google.com/detail/verge-xvg-price-ticker/mpkabbjfoeaojminpoflladbkhinbmbb |
Описание | This extension shows latest price ticker of popular Verge trading markets. |
Размер файла | 69.94 KB |
Количество установок | 47 |
Текущая Версия | 1.0.7 |
Последнее Обновление | 2017-12-19 |
Дата публикации | 2017-12-19 |
Рейтинг | 5.00/5 Всего 8 оценок |
Разработчик | Taha |
Электронная почта | [email protected] |
Тип оплаты | free |
Поддерживаемые языки | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Verge (XVG) Price Ticker", "description": "This extension shows latest price ticker of popular Verge trading markets.", "version": "1.0.7", "icons": { "16": "images\/icon16.png", "48": "images\/icon48.png", "128": "images\/icon128.png" }, "browser_action": { "default_icon": "images\/ubq.png" }, "permissions": [ "notifications" ], "web_accessible_resources": [ "images\/ubq.png" ], "background": { "persistent": true, "page": "background.html" }, "options_page": "options.html" } |