Crypto profit calculator
Calculate profit based on coinvalues and fees
Crypto profit calculatorคืออะไร?
Crypto profit calculator เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Bram Goedvriend และคุณลักษณะหลักของมันคือ "Calculate profit based on coinvalues and fees"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Crypto profit calculator
ดาวน์โหลดไฟล์ส่วนขยาย Crypto profit calculator ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
With this extension, it is easy to quickly calculate the profit or loss between crypto transactions.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Crypto profit calculator |
ID | eeaopjfgmpffmkghfgcemcaainoiapgb |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/crypto-profit-calculator/eeaopjfgmpffmkghfgcemcaainoiapgb |
คำอธิบาย | Calculate profit based on coinvalues and fees |
ขนาดไฟล์ | 24.97 KB |
จำนวนการติดตั้ง | 113 |
เวอร์ชันปัจจุบัน | 1.1 |
อัปเดตครั้งล่าสุด | 2022-08-16 |
วันที่เผยแพร่ | 2021-05-07 |
ผู้พัฒนา | Bram Goedvriend |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Crypto profit calculator", "description": "Calculate profit based on coinvalues and fees", "version": "1.1", "permissions": [ "storage" ], "icons": { "16": "img\/icon16.png", "48": "img\/icon48.png", "128": "img\/icon128.png" }, "action": { "default_icon": { "16": "img\/icon16.png", "48": "img\/icon48.png", "128": "img\/icon128.png" }, "default_popup": "popup\/index.html" } } |