CoinMarketCap Tracker
Check cryptocurrencies' prices, changes on your browser immediately..
Что такое CoinMarketCap Tracker?
CoinMarketCap Tracker - это расширение Chrome, разработанное Kessawy, и его основная функция - "Check cryptocurrencies' prices, changes on your browser immediately..".
Снимки экрана расширения
Скачать файл CRX расширения CoinMarketCap Tracker
Скачайте файлы расширений CoinMarketCap Tracker в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
This Price Ticker can display over 1500 cryptocurrencies and global infos of the crypto market. With the constant rise of all cryptocurrencies in the world and their predestined future, it's time to keep an eye on the whole market cap. Watch prices and variations of a cryptocurrency with this light but useful chrome extension. Current Version: 3.0.1 The icon can display at a glance: - Global Market Cap - Bitcoin, Ehtereum price but also all others coins, listed by CoinMarketCap!! - Available in all currencies and languages!
Основная информация о расширении
Название | |
ID | jjfppgljnjgmkkbpkpbdbbdaleihgfnh |
Официальный URL | https://chromewebstore.google.com/detail/coinmarketcap-tracker/jjfppgljnjgmkkbpkpbdbbdaleihgfnh |
Описание | Check cryptocurrencies' prices, changes on your browser immediately.. |
Размер файла | 395 KB |
Количество установок | 277 |
Текущая Версия | 3.0 |
Последнее Обновление | 2023-12-23 |
Дата публикации | 2018-05-06 |
Рейтинг | 4.00/5 Всего 2 оценок |
Разработчик | Kessawy |
Электронная почта | [email protected] |
Тип оплаты | free |
Поддерживаемые языки | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "CoinMarketCap Tracker", "version": "3.0", "manifest_version": 3, "description": "Check cryptocurrencies' prices, changes on your browser immediately..", "background": { "service_worker": "js\/script.js" }, "action": { "default_popup": "popup.html", "default_popup_tab_title": "CoinMarketCap Tracker" }, "icons": { "16": "img\/Bitcoin-icon.png", "48": "img\/Bitcoin-icon.png", "128": "img\/Bitcoin-icon.png" } } |