Bitcoin Price for Virwox
Calculates the final bitcoin price on virwox.com
Что такое Bitcoin Price for Virwox?
Bitcoin Price for Virwox - это расширение Chrome, разработанное Fernando D. Tiberti, и его основная функция - "Calculates the final bitcoin price on virwox.com".
Снимки экрана расширения
Скачать файл CRX расширения Bitcoin Price for Virwox
Скачайте файлы расширений Bitcoin Price for Virwox в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
Calculates the final bitcoin price in virwox.com It takes into account the USD/SLL and BTC/SLL metrics as well as the conversion fees (2.9% + 50 SLL) for each of the two transactions needed to convert dollars into bitcoins. Bitcoin Virwox also features a chart for the BTC/SLL moving price with several periods to select from. Please donate! 1HEZGaMmDFcPSvC4yAqmEUw6MfxNEQ7RgY
Основная информация о расширении
Название | |
ID | fbfkbojhhpboogndladhdemkbpmfmeie |
Официальный URL | https://chrome.google.com/webstore/detail/bitcoin-price-for-virwox/fbfkbojhhpboogndladhdemkbpmfmeie |
Описание | Calculates the final bitcoin price on virwox.com |
Размер файла | 41.29 KB |
Количество установок | 48 |
Текущая Версия | 0.1.0 |
Последнее Обновление | 2015-02-26 |
Дата публикации | 2015-02-26 |
Рейтинг | 3.60/5 Всего 5 оценок |
Разработчик | Fernando D. Tiberti |
Тип оплаты | free |
Поддерживаемые языки | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Bitcoin Price for Virwox", "short_name": "BTC Virwox", "version": "0.1.0", "description": "Calculates the final bitcoin price on virwox.com", "content_scripts": [ { "matches": [ "https:\/\/www.virwox.com\/*" ], "js": [ "jquery-1.10.2.min.js", "main.js" ], "css": [ "style.css" ], "run_at": "document_start" } ], "web_accessible_resources": [ "jquery-1.10.2.min.map" ], "permissions": [ "https:\/\/www.virwox.com\/*" ], "manifest_version": 2 } |