Crypto profit calculator

Calculate profit based on coinvalues and fees

Что такое Crypto profit calculator?

Crypto profit calculator - это расширение Chrome, разработанное Bram Goedvriend, и его основная функция - "Calculate profit based on coinvalues and fees".

Снимки экрана расширения

screenshot

Скачать файл CRX расширения Crypto profit calculator

Скачайте файлы расширений Crypto profit calculator в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

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

Основная информация о расширении

Название Crypto profit calculator Crypto profit calculator
ID eeaopjfgmpffmkghfgcemcaainoiapgb
Официальный URL https://chromewebstore.google.com/detail/crypto-profit-calculator/eeaopjfgmpffmkghfgcemcaainoiapgb
Описание Calculate profit based on coinvalues and fees
Размер файла 24.97 KB
Количество установок 113
Текущая Версия 1.1
Последнее Обновление 2022-08-16
Дата публикации 2021-05-07
Разработчик Bram Goedvriend
Электронная почта [email protected]
Тип оплаты free
Поддерживаемые языки 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"
    }
}