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 |
| 官方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"
}
} | |