Crypto.com - Better wallet
Unnoficial simple extension used to view the fiat value of your cryptos in different currency in crypto.com exchange wallet.
Crypto.com - Better walletคืออะไร?
Crypto.com - Better wallet เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Nociv และคุณลักษณะหลักของมันคือ "Unnoficial simple extension used to view the fiat value of your cryptos in different currency in crypto.com exchange wallet."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Crypto.com - Better wallet
ดาวน์โหลดไฟล์ส่วนขยาย Crypto.com - Better wallet ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
This extension add a select to display the value of your assets in different currency and display the token unit price. The bitcoin price may not be real time updated so the amount may not 100% exact. Absolutely not required. However, will be accepted as a token of appreciation. BTC: 1K1BgNEcHdQpZGyqLGJw7HCv6fWPjLzJie ETH (ERC20): 0xe88959092922a21a168d3772d1fb6d63e251f134 BEP20/BSC (ETH, BNB, ...): 0xe88959092922a21a168d3772d1fb6d63e251f134
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | gogdkpaddjgcpcnnmkgomikaoglbiobn |
URL อย่างเป็นทางการ | https://chrome.google.com/webstore/detail/cryptocom-better-wallet/gogdkpaddjgcpcnnmkgomikaoglbiobn |
คำอธิบาย | Unnoficial simple extension used to view the fiat value of your cryptos in different currency in crypto.com exchange wallet. |
ขนาดไฟล์ | 13 KB |
จำนวนการติดตั้ง | 32 |
เวอร์ชันปัจจุบัน | 1.0.3 |
อัปเดตครั้งล่าสุด | 2021-12-23 |
วันที่เผยแพร่ | 2021-11-09 |
คะแนน | 5.00/5 รวมทั้งหมด 1 คะแนน |
ผู้พัฒนา | Nociv |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://github.com/damien-piedanna/crypto-com-better-wallet |
URL หน้าช่วยเหลือ | https://github.com/damien-piedanna/crypto-com-better-wallet/issues |
ภาษาที่รองรับ | en,fr |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Crypto.com - Better wallet", "description": "__MSG_description__", "version": "1.0.3", "icons": { "128": "data\/img\/icon128.png" }, "default_locale": "en", "content_scripts": [ { "matches": [ "https:\/\/crypto.com\/exchange\/*" ], "js": [ "data\/js\/better-wallet.js" ] } ], "permissions": [ "storage" ], "manifest_version": 2 } |