BTCER - Bitcoin Exchange Rates
Quick access to current exchange rates for over twenty global currencies to Bitcoin and a two-way BTC calculator.
Apa itu BTCER - Bitcoin Exchange Rates?
BTCER - Bitcoin Exchange Rates adalah ekstensi Chrome yang dikembangkan oleh Revert.pl, dan fitur utamanya adalah "Quick access to current exchange rates for over twenty global currencies to Bitcoin and a two-way BTC calculator.".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi BTCER - Bitcoin Exchange Rates
Unduh file ekstensi BTCER - Bitcoin Exchange Rates dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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.
Informasi Dasar Ekstensi
Nama | BTCER - Bitcoin Exchange Rates |
ID | okkfnemkpnkmkglokjcjeddemjjhpffa |
URL Resmi | https://chromewebstore.google.com/detail/btcer-bitcoin-exchange-ra/okkfnemkpnkmkglokjcjeddemjjhpffa |
Deskripsi | Quick access to current exchange rates for over twenty global currencies to Bitcoin and a two-way BTC calculator. |
Ukuran File | 39.17 KB |
Jumlah Instalasi | 40 |
Versi Saat Ini | 1.5.5 |
Terakhir Diperbarui | 2022-02-24 |
Tanggal Publikasi | 2019-05-30 |
Pengembang | Revert.pl |
[email protected] | |
Tipe Pembayaran | free |
Situs Ekstensi | https://en.revert.pl/portfolio/chrome-btcer |
URL Halaman Bantuan | https://en.revert.pl/kontakt |
Bahasa yang Didukung | 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" } |