Binance portfolio distribution and price

See the distribution and the value of your Binance Portfolio

Binance portfolio distribution and priceคืออะไร?

Binance portfolio distribution and price เป็นส่วนขยายของ Chrome ที่พัฒนาโดย nim.izadi และคุณลักษณะหลักของมันคือ "See the distribution and the value of your Binance Portfolio"

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Binance portfolio distribution and price

ดาวน์โหลดไฟล์ส่วนขยาย Binance portfolio distribution and price ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

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

                        - Choose in which currency you want to see your Binance Portfolio: USD, EUR, GBP, CNY or BTC
- See the value of each of your holding
- See the distribution of your assets: 30% BTC, 25% ETH, etc.
- See last 1h / 24h / 1d change
- See coin price                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Binance portfolio distribution and price Binance portfolio distribution and price
ID hehgjfflnnegoonpmohkklklgfpgdcmg
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/binance-portfolio-distrib/hehgjfflnnegoonpmohkklklgfpgdcmg
คำอธิบาย See the distribution and the value of your Binance Portfolio
ขนาดไฟล์ 134 KB
จำนวนการติดตั้ง 71
เวอร์ชันปัจจุบัน 1.0.9
อัปเดตครั้งล่าสุด 2018-01-23
วันที่เผยแพร่ 2018-01-23
คะแนน 3.00/5 รวมทั้งหมด 2 คะแนน
ผู้พัฒนา nim.izadi
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.0.9",
    "name": "Binance portfolio distribution and price",
    "manifest_version": 2,
    "description": "See the distribution and the value of your Binance Portfolio",
    "browser_action": {
        "default_title": "Binance portfolio",
        "default_popup": "popup.html"
    },
    "icons": {
        "16": "img\/icon-16.png",
        "48": "img\/icon-48.png",
        "128": "img\/icon-128.png"
    },
    "web_accessible_resources": [
        "inject.html"
    ],
    "background": {
        "page": "background.html"
    },
    "permissions": [
        "tabs",
        "storage",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "content_security_policy": "default-src 'self'; script-src 'self' http:\/\/localhost:3000 https:\/\/localhost:3000 'unsafe-eval'; connect-src https:\/\/api.coindesk.com\/ http:\/\/localhost:3000 https:\/\/localhost:3000; style-src * 'unsafe-inline' 'self' blob:; img-src 'self' data:;"
}