Bitcoin price
Displays the current bitcoin price.
Что такое Bitcoin price?
Bitcoin price - это расширение Chrome, разработанное ar2r, и его основная функция - "Displays the current bitcoin price.".
Снимки экрана расширения
Скачать файл CRX расширения Bitcoin price
Скачайте файлы расширений Bitcoin price в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
Simple BTC / Bitcoin price tracker. data provided by Coinmarketcap. You can also download my other coin tracker (alt coins) ETC Etherum price tracker LTC Litecoin price tracker XMR Monero Price tracker ZEC Zcash price tracker DOGE Dogecoin price tracker DASH Dash price tracker Please, feel free to ask for any other coin you want or any other feature.
Основная информация о расширении
Название | |
ID | mnphabhdkpljeimcfpdpppbamedonofb |
Официальный URL | https://chrome.google.com/webstore/detail/bitcoin-price/mnphabhdkpljeimcfpdpppbamedonofb |
Описание | Displays the current bitcoin price. |
Размер файла | 63.82 KB |
Количество установок | 27 |
Текущая Версия | 1.0 |
Последнее Обновление | 2018-01-17 |
Дата публикации | 2018-01-17 |
Рейтинг | 3.00/5 Всего 2 оценок |
Разработчик | ar2r |
Тип оплаты | free |
Официальный сайт расширения | http://allcoinindex.com/ |
Поддерживаемые языки | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "background": { "scripts": [ "script.js" ] }, "browser_action": { "default_icon": { "19": "19.png" }, "default_popup": "price.htm", "default_title": "Click to show more information" }, "description": "Displays the current bitcoin price.", "icons": { "128": "128.png", "16": "16.png", "48": "48.png" }, "manifest_version": 2, "name": "Bitcoin price", "permissions": [ "https:\/\/coinmarketcap.com\/", "storage" ], "short_name": "Bitcoin Price", "version": "1.0" } |