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
官方網址 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
電子郵箱 [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"
}