BTCER - Bitcoin Exchange Rates

Quick access to current exchange rates for over twenty global currencies to Bitcoin and a two-way BTC calculator.

¿Qué es BTCER - Bitcoin Exchange Rates?

BTCER - Bitcoin Exchange Rates es una extensión de Chrome desarrollada por Revert.pl, y su función principal es "Quick access to current exchange rates for over twenty global currencies to Bitcoin and a two-way BTC calculator.".

Capturas de Pantalla de la Extensión

screenshot
screenshot
screenshot
screenshot
screenshot

Descargar Archivo CRX de la Extensión BTCER - Bitcoin Exchange Rates

Descarga archivos de extensión BTCER - Bitcoin Exchange Rates 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 extension with exchange rates for over twenty global currencies (including USD, EUR, GBP) to Bitcoin. You can filter by one currency and your choice will be automatically remembered. You can also customize shown columns.

Convert easily your currency to BTC and vice versa. Quick access available via browser icon.

Exchange rates and currency conversion data provided by blockchain.info.                    

Información Básica de la Extensión

Nombre BTCER - Bitcoin Exchange Rates BTCER - Bitcoin Exchange Rates
ID okkfnemkpnkmkglokjcjeddemjjhpffa
URL Oficial https://chromewebstore.google.com/detail/btcer-bitcoin-exchange-ra/okkfnemkpnkmkglokjcjeddemjjhpffa
Descripción Quick access to current exchange rates for over twenty global currencies to Bitcoin and a two-way BTC calculator.
Tamaño del Archivo 39.17 KB
Cantidad de Instalaciones 40
Versión Actual 1.5.5
Última Actualización 2022-02-24
Fecha de Publicación 2019-05-30
Desarrollador Revert.pl
Correo electrónico [email protected]
Tipo de Pago free
Sitio Web de la Extensión https://en.revert.pl/portfolio/chrome-btcer
URL de la Página de Ayuda https://en.revert.pl/kontakt
Idiomas Soportados en,pl
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "__MSG_appName__",
    "short_name": "__MSG_appShortName__",
    "description": "__MSG_appDescription__",
    "version": "1.5.5",
    "author": "[email protected]",
    "icons": {
        "128": "icons\/icon-btc-simple-128.png",
        "48": "icons\/icon-btc-simple-48.png",
        "16": "icons\/icon-btc-simple-16.png"
    },
    "browser_action": {
        "default_icon": "icons\/icon-btc-simple-19.png",
        "default_popup": "html\/popup.html"
    },
    "options_ui": {
        "page": "html\/options.html",
        "chrome_style": true
    },
    "permissions": [
        "storage"
    ],
    "default_locale": "en"
}