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 مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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"
    }
}