Crypto profit calculator
Calculate profit based on coinvalues and fees
什麼是Crypto profit calculator?
Crypto profit calculator是由Bram Goedvriend開發的Chrome擴展程式,該擴展的主要功能是“Calculate profit based on coinvalues and fees”。
擴展截圖
下載Crypto profit calculator擴展crx文件
下載Crypto profit calculator擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
With this extension, it is easy to quickly calculate the profit or loss between crypto transactions. 擴展基本資訊
| 名稱 | |
| ID | eeaopjfgmpffmkghfgcemcaainoiapgb |
| 官方網址 | 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"
}
} | |