Crypto profit calculator

Calculate profit based on coinvalues and fees

What is Crypto profit calculator?

Crypto profit calculator is a Chrome extension developed by Bram Goedvriend, and its main feature is "Calculate profit based on coinvalues and fees".

Extension Screenshots

screenshot

Download Crypto profit calculator Extension CRX File

Download Crypto profit calculator extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

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

Extension Basic Information

Name Crypto profit calculator Crypto profit calculator
ID eeaopjfgmpffmkghfgcemcaainoiapgb
Official URL https://chromewebstore.google.com/detail/crypto-profit-calculator/eeaopjfgmpffmkghfgcemcaainoiapgb
Description Calculate profit based on coinvalues and fees
File Size 24.97 KB
Installation Count 113
Current Version 1.1
Last Updated 2022-08-16
Publish Date 2021-05-07
Developer Bram Goedvriend
Email [email protected]
Payment Type free
Supported Languages 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"
    }
}