Crypto profit calculator
Calculate profit based on coinvalues and fees
Vad är Crypto profit calculator?
Crypto profit calculator är en Chrome-tillägg utvecklad av Bram Goedvriend, och dess huvudfunktion är "Calculate profit based on coinvalues and fees".
Tilläggsskärmbilder
Ladda ner Crypto profit calculator-förlängningens CRX-fil
Ladda ner Crypto profit calculator-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
With this extension, it is easy to quickly calculate the profit or loss between crypto transactions. Grundläggande Information om Tillägg
| Namn | |
| ID | eeaopjfgmpffmkghfgcemcaainoiapgb |
| Officiell webbadress | https://chromewebstore.google.com/detail/crypto-profit-calculator/eeaopjfgmpffmkghfgcemcaainoiapgb |
| Beskrivning | Calculate profit based on coinvalues and fees |
| Filstorlek | 24.97 KB |
| Antal Installationer | 113 |
| Aktuell Version | 1.1 |
| Senast Uppdaterad | 2022-08-16 |
| Publiceringsdatum | 2021-05-07 |
| Utvecklare | Bram Goedvriend |
| E-post | [email protected] |
| Betalningssätt | free |
| Stödda Språk | 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"
}
} | |