Crypto profit calculator
Calculate profit based on coinvalues and fees
Hvad er Crypto profit calculator?
Crypto profit calculator er en Chrome-udvidelse udviklet af Bram Goedvriend, og dens hovedfunktion er "Calculate profit based on coinvalues and fees".
Udvidelsesskærmbilleder
Download Crypto profit calculator-udvidelses-CRX-fil
Download Crypto profit calculator-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
With this extension, it is easy to quickly calculate the profit or loss between crypto transactions.
Grundlæggende oplysninger om udvidelsen
Navn | Crypto profit calculator |
ID | eeaopjfgmpffmkghfgcemcaainoiapgb |
Officiel URL | https://chromewebstore.google.com/detail/crypto-profit-calculator/eeaopjfgmpffmkghfgcemcaainoiapgb |
Beskrivelse | Calculate profit based on coinvalues and fees |
Filstørrelse | 24.97 KB |
Antal Installationer | 113 |
Nuværende Version | 1.1 |
Senest Opdateret | 2022-08-16 |
Udgivelsesdato | 2021-05-07 |
Udvikler | Bram Goedvriend |
[email protected] | |
Betalingsmetode | free |
Understøttede Sprog | 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" } } |