BTCER - Bitcoin Exchange Rates
Quick access to current exchange rates for over twenty global currencies to Bitcoin and a two-way BTC calculator.
Cos'è BTCER - Bitcoin Exchange Rates?
BTCER - Bitcoin Exchange Rates è un'estensione di Chrome sviluppata da Revert.pl, e la sua funzione principale è "Quick access to current exchange rates for over twenty global currencies to Bitcoin and a two-way BTC calculator.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione BTCER - Bitcoin Exchange Rates
Scarica i file di estensione BTCER - Bitcoin Exchange Rates in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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.
Informazioni di Base sull'Estensione
Nome | BTCER - Bitcoin Exchange Rates |
ID | okkfnemkpnkmkglokjcjeddemjjhpffa |
URL Ufficiale | https://chromewebstore.google.com/detail/btcer-bitcoin-exchange-ra/okkfnemkpnkmkglokjcjeddemjjhpffa |
Descrizione | Quick access to current exchange rates for over twenty global currencies to Bitcoin and a two-way BTC calculator. |
Dimensione del File | 39.17 KB |
Conteggio Installazioni | 40 |
Versione Corrente | 1.5.5 |
Ultimo Aggiornamento | 2022-02-24 |
Data di Pubblicazione | 2019-05-30 |
Sviluppatore | Revert.pl |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://en.revert.pl/portfolio/chrome-btcer |
URL della Pagina di Aiuto | https://en.revert.pl/kontakt |
Lingue Supportate | 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" } |