Crypto profit calculator

Calculate profit based on coinvalues and fees

Was ist Crypto profit calculator?

Crypto profit calculator ist eine Chrome-Erweiterung, die von Bram Goedvriend entwickelt wurde, und ihr Hauptmerkmal ist "Calculate profit based on coinvalues and fees".

Erweiterungsscreenshots

screenshot

Crypto profit calculator-Erweiterungs-CRX-Datei herunterladen

Laden Sie Crypto profit calculator-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

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

Grundlegende Informationen zur Erweiterung

Name Crypto profit calculator Crypto profit calculator
ID eeaopjfgmpffmkghfgcemcaainoiapgb
Offizielle URL https://chromewebstore.google.com/detail/crypto-profit-calculator/eeaopjfgmpffmkghfgcemcaainoiapgb
Beschreibung Calculate profit based on coinvalues and fees
Dateigröße 24.97 KB
Installationsanzahl 113
Aktuelle Version 1.1
Letztes Update 2022-08-16
Veröffentlichungsdatum 2021-05-07
Entwickler Bram Goedvriend
E-Mail [email protected]
Zahlungsart free
Unterstützte Sprachen 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"
    }
}