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
电子邮箱 [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"
}