BTCER - Bitcoin Exchange Rates

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

O que é BTCER - Bitcoin Exchange Rates?

BTCER - Bitcoin Exchange Rates é uma extensão do Chrome desenvolvida por Revert.pl, e sua principal característica é "Quick access to current exchange rates for over twenty global currencies to Bitcoin and a two-way BTC calculator.".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão BTCER - Bitcoin Exchange Rates

Baixe arquivos de extensão BTCER - Bitcoin Exchange Rates no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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.                    

Informações Básicas da Extensão

Nome BTCER - Bitcoin Exchange Rates BTCER - Bitcoin Exchange Rates
ID okkfnemkpnkmkglokjcjeddemjjhpffa
URL Oficial https://chromewebstore.google.com/detail/btcer-bitcoin-exchange-ra/okkfnemkpnkmkglokjcjeddemjjhpffa
Descrição Quick access to current exchange rates for over twenty global currencies to Bitcoin and a two-way BTC calculator.
Tamanho do Arquivo 39.17 KB
Contagem de Instalações 40
Versão Atual 1.5.5
Última Atualização 2022-02-24
Data de Publicação 2019-05-30
Desenvolvedor Revert.pl
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://en.revert.pl/portfolio/chrome-btcer
URL da Página de Ajuda https://en.revert.pl/kontakt
Idiomas Suportados 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"
}