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 กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

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