BTCER - Bitcoin Exchange Rates
Quick access to current exchange rates for over twenty global currencies to Bitcoin and a two-way BTC calculator.
Wat is BTCER - Bitcoin Exchange Rates?
BTCER - Bitcoin Exchange Rates is een Chrome-extensie ontwikkeld door Revert.pl, en de belangrijkste functie is "Quick access to current exchange rates for over twenty global currencies to Bitcoin and a two-way BTC calculator.".
Extensie Screenshots
Download het CRX-bestand van de extensie BTCER - Bitcoin Exchange Rates
Download BTCER - Bitcoin Exchange Rates-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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.
Basisinformatie over de Extensie
Naam | BTCER - Bitcoin Exchange Rates |
ID | okkfnemkpnkmkglokjcjeddemjjhpffa |
Officiële URL | https://chromewebstore.google.com/detail/btcer-bitcoin-exchange-ra/okkfnemkpnkmkglokjcjeddemjjhpffa |
Beschrijving | Quick access to current exchange rates for over twenty global currencies to Bitcoin and a two-way BTC calculator. |
Bestandsgrootte | 39.17 KB |
Aantal Installaties | 40 |
Huidige Versie | 1.5.5 |
Laatst Bijgewerkt | 2022-02-24 |
Publicatiedatum | 2019-05-30 |
Ontwikkelaar | Revert.pl |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | https://en.revert.pl/portfolio/chrome-btcer |
Help Pagina-URL | https://en.revert.pl/kontakt |
Ondersteunde Talen | 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" } |