BTCER - Bitcoin Exchange Rates

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

BTCER - Bitcoin Exchange Ratesとは何ですか?

BTCER - Bitcoin Exchange RatesはRevert.plによって開発されたChromeの拡張機能で、その主な機能は「Quick access to current exchange rates for over twenty global currencies to Bitcoin and a two-way BTC calculator.」です。

拡張機能のスクリーンショット

screenshot
screenshot
screenshot
screenshot
screenshot

BTCER - Bitcoin Exchange Rates拡張機能のCRXファイルをダウンロード

BTCER - Bitcoin Exchange Rates拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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.                    

拡張機能の基本情報

名前 BTCER - Bitcoin Exchange Rates BTCER - Bitcoin Exchange Rates
ID okkfnemkpnkmkglokjcjeddemjjhpffa
公式URL https://chromewebstore.google.com/detail/btcer-bitcoin-exchange-ra/okkfnemkpnkmkglokjcjeddemjjhpffa
説明 Quick access to current exchange rates for over twenty global currencies to Bitcoin and a two-way BTC calculator.
ファイルサイズ 39.17 KB
インストール数 40
現在のバージョン 1.5.5
最終更新日 2022-02-24
公開日 2019-05-30
開発者 Revert.pl
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://en.revert.pl/portfolio/chrome-btcer
ヘルプページのURL https://en.revert.pl/kontakt
対応言語 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"
}