Coinbase Enhancement Suite

Adds missing features to Coinbase website.

ما هو Coinbase Enhancement Suite؟

Coinbase Enhancement Suite هو إضافة Chrome تم تطويرها بواسطة Mike Tsao، والميزة الرئيسية لها هي "Adds missing features to Coinbase website.".

لقطات شاشة التمديد

screenshot

تحميل ملف CRX للإضافة Coinbase Enhancement Suite

قم بتنزيل ملفات الامتداد Coinbase Enhancement Suite بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

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

                        Fixes various bugs in the Coinbase website. Actually, at the moment fixes only one.

On the transactions page, tells you the USD/BTC price. Today this information is missing from transaction confirmations, but it's not provided. This information is calculated from the total price, the BTC figure, a $0.15 bank fee, and a 1.0% Coinbase fee. If these values change, the calculation will be incorrect.

Coinbase is not affiliated with me or this product.                    

معلومات أساسية عن التمديد

الاسم Coinbase Enhancement Suite Coinbase Enhancement Suite
ID ihmmdkcakjebheclflinnabikkhdgpdl
عنوان URL الرسمي https://chromewebstore.google.com/detail/coinbase-enhancement-suit/ihmmdkcakjebheclflinnabikkhdgpdl
الوصف Adds missing features to Coinbase website.
حجم الملف 2.96 KB
عدد التثبيتات 299
النسخة الحالية 1.0
آخر تحديث 2013-08-02
تاريخ النشر 2013-08-01
تقييم 5.00/5 مجموع تقييمات 2
المطور Mike Tsao
نوع الدفع free
اللغات المدعومة en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Coinbase Enhancement Suite",
    "description": "Adds missing features to Coinbase website.",
    "version": "1.0",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/coinbase.com\/transactions\/*"
            ],
            "js": [
                "fix_transactions.js"
            ],
            "run_at": "document_end"
        }
    ]
}