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."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย BTCER - Bitcoin Exchange Rates
ดาวน์โหลดไฟล์ส่วนขยาย 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 |
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" } |