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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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"
}