Crypto profit calculator

Calculate profit based on coinvalues and fees

Crypto profit calculator là gì?

Crypto profit calculator là một tiện ích mở rộng Chrome được phát triển bởi Bram Goedvriend, và tính năng chính của nó là "Calculate profit based on coinvalues and fees".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Crypto profit calculator

Tải xuống các tệp mở rộng Crypto profit calculator dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        With this extension, it is easy to quickly calculate the profit or loss between crypto transactions.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Crypto profit calculator Crypto profit calculator
ID eeaopjfgmpffmkghfgcemcaainoiapgb
URL Chính Thức https://chromewebstore.google.com/detail/crypto-profit-calculator/eeaopjfgmpffmkghfgcemcaainoiapgb
Mô tả Calculate profit based on coinvalues and fees
Kích Thước Tệp 24.97 KB
Số Lần Cài Đặt 113
Phiên Bản Hiện Tại 1.1
Cập Nhật Lần Cuối 2022-08-16
Ngày Phát Hành 2021-05-07
Nhà Phát Triển Bram Goedvriend
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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"
    }
}