Crypto profit calculator

Calculate profit based on coinvalues and fees

Wat is Crypto profit calculator?

Crypto profit calculator is een Chrome-extensie ontwikkeld door Bram Goedvriend, en de belangrijkste functie is "Calculate profit based on coinvalues and fees".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Crypto profit calculator

Download Crypto profit calculator-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

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

Basisinformatie over de Extensie

Naam Crypto profit calculator Crypto profit calculator
ID eeaopjfgmpffmkghfgcemcaainoiapgb
Officiële URL https://chromewebstore.google.com/detail/crypto-profit-calculator/eeaopjfgmpffmkghfgcemcaainoiapgb
Beschrijving Calculate profit based on coinvalues and fees
Bestandsgrootte 24.97 KB
Aantal Installaties 113
Huidige Versie 1.1
Laatst Bijgewerkt 2022-08-16
Publicatiedatum 2021-05-07
Ontwikkelaar Bram Goedvriend
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen 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"
    }
}