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 هو إضافة Chrome تم تطويرها بواسطة Revert.pl، والميزة الرئيسية لها هي "Quick access to current exchange rates for over twenty global currencies to Bitcoin and a two-way BTC calculator.".

لقطات شاشة التمديد

screenshot
screenshot
screenshot
screenshot
screenshot

تحميل ملف CRX للإضافة BTCER - Bitcoin Exchange Rates

قم بتنزيل ملفات الامتداد BTCER - Bitcoin Exchange Rates بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات 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
عنوان صفحة المساعدة 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"
}