BTCER - Bitcoin Exchange Rates

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

Qu'est-ce que BTCER - Bitcoin Exchange Rates ?

BTCER - Bitcoin Exchange Rates est une extension Chrome développée par Revert.pl, et sa fonction principale est "Quick access to current exchange rates for over twenty global currencies to Bitcoin and a two-way BTC calculator.".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension BTCER - Bitcoin Exchange Rates

Téléchargez les fichiers d'extension BTCER - Bitcoin Exchange Rates au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom BTCER - Bitcoin Exchange Rates BTCER - Bitcoin Exchange Rates
ID okkfnemkpnkmkglokjcjeddemjjhpffa
URL Officiel https://chromewebstore.google.com/detail/btcer-bitcoin-exchange-ra/okkfnemkpnkmkglokjcjeddemjjhpffa
Description Quick access to current exchange rates for over twenty global currencies to Bitcoin and a two-way BTC calculator.
Taille du Fichier 39.17 KB
Nombre d'Installations 40
Version Actuelle 1.5.5
Dernière Mise à Jour 2022-02-24
Date de Publication 2019-05-30
Développeur Revert.pl
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://en.revert.pl/portfolio/chrome-btcer
URL de la Page d'Aide https://en.revert.pl/kontakt
Langues Prises en Charge 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"
}