Instant BTC to USD/GBP
Get real-time Bitcoin price in USD (Dollar) and GBP (Pounds) without leaving the page.
¿Qué es Instant BTC to USD/GBP?
Instant BTC to USD/GBP es una extensión de Chrome desarrollada por https://witty-feeds1.blogspot.com, y su función principal es "Get real-time Bitcoin price in USD (Dollar) and GBP (Pounds) without leaving the page.".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión Instant BTC to USD/GBP
Descarga archivos de extensión Instant BTC to USD/GBP en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.
Instrucciones de Uso de la Extensión
Simple and Easy Plugin to convert any amount from BTC to USD without leaving the page. Select the value in BTC and right click on it our extension automatically convert that into USD and GBP. Icon Credit: https://www.flaticon.com/authors/tomas-knop
Información Básica de la Extensión
Nombre | Instant BTC to USD/GBP |
ID | blgikkibpagbmnldeibbllmkeegkblbl |
URL Oficial | https://chromewebstore.google.com/detail/instant-btc-to-usdgbp/blgikkibpagbmnldeibbllmkeegkblbl |
Descripción | Get real-time Bitcoin price in USD (Dollar) and GBP (Pounds) without leaving the page. |
Tamaño del Archivo | 19.49 KB |
Cantidad de Instalaciones | 43 |
Versión Actual | 4.0.2 |
Última Actualización | 2017-09-09 |
Fecha de Publicación | 2017-09-08 |
Calificación | 4.00/5 Total de 5 Calificaciones |
Desarrollador | https://witty-feeds1.blogspot.com |
Correo electrónico | [email protected] |
Tipo de Pago | free |
URL de la Página de Política de Privacidad | http://www.google.com/privacy |
Idiomas Soportados | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Instant BTC to USD\/GBP", "short_name": "BTC to USD\/GBP Converter", "version": "4.0.2", "manifest_version": 2, "description": "Get real-time Bitcoin price in USD (Dollar) and GBP (Pounds) without leaving the page.", "icons": { "16": "icons\/coin.png", "48": "icons\/icon.png", "128": "icons\/icon.png" }, "background": { "page": "background.html" }, "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "content.js" ] } ], "permissions": [ "http:\/\/*\/*", "https:\/\/*\/*", "contextMenus" ] } |