Live Cryptocurrency Toolbar
Live Cryptocurrency Toolbar. Shows the current price of your favourite crypto currency in the browser toolbar.
Что такое Live Cryptocurrency Toolbar?
Live Cryptocurrency Toolbar - это расширение Chrome, разработанное Katyi Gergo, и его основная функция - "Live Cryptocurrency Toolbar. Shows the current price of your favourite crypto currency in the browser toolbar.".
Снимки экрана расширения
Скачать файл CRX расширения Live Cryptocurrency Toolbar
Скачайте файлы расширений Live Cryptocurrency Toolbar в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
Crypto Ticker shows the current price of your favourite crypto currency in the browser toolbar. You can select multiple cryptocurrencies. Prices are updated every 5 minutes.
Основная информация о расширении
Название | Live Cryptocurrency Toolbar |
ID | komfbgcghgejfibmikljflimdjkgmalk |
Официальный URL | https://chromewebstore.google.com/detail/live-cryptocurrency-toolb/komfbgcghgejfibmikljflimdjkgmalk |
Описание | Live Cryptocurrency Toolbar. Shows the current price of your favourite crypto currency in the browser toolbar. |
Размер файла | 47.37 KB |
Количество установок | 32 |
Текущая Версия | 1.0 |
Последнее Обновление | 2018-08-05 |
Дата публикации | 2018-08-05 |
Рейтинг | 3.00/5 Всего 2 оценок |
Разработчик | Katyi Gergo |
Тип оплаты | free |
Поддерживаемые языки | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Live Cryptocurrency Toolbar", "version": "1.0", "description": "Live Cryptocurrency Toolbar. Shows the current price of your favourite crypto currency in the browser toolbar.", "permissions": [ "storage" ], "background": { "persistent": false, "scripts": [ "loader.js" ] }, "icons": { "16": "16x16.png", "48": "48x48.png", "128": "128x128.png" }, "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "jquery.min.js", "cryptoToolbar.js" ] } ], "options_page": "options.html", "manifest_version": 2 } |