Crypto Ticker

Shows the current price of your favourite crypto currency in the browser toolbar. You can select between > 1,500 cryptos.

Crypto Tickerคืออะไร?

Crypto Ticker เป็นส่วนขยายของ Chrome ที่พัฒนาโดย epubreader และคุณลักษณะหลักของมันคือ "Shows the current price of your favourite crypto currency in the browser toolbar. You can select between > 1,500 cryptos."

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

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Crypto Ticker

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

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

                        Crypto Ticker shows the current price of your favourite crypto currency in the browser toolbar. You can select between over 1,500 crypto and more than 30 fiat currencies. Prices are taken from coincap dot io and are updated every 60 seconds.

If the price is >= 10000, the price is displayed as K value as only 4 characters can be displayed. E.g. 10000 translates to 10.0. On mouse over the precise price is displayed.

Please contact cryptotickerext at gmail dot com for support.                    

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

ชื่อ Crypto Ticker Crypto Ticker
ID lnlbponfieopeapilgijoffpadgnjgef
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/crypto-ticker/lnlbponfieopeapilgijoffpadgnjgef
คำอธิบาย Shows the current price of your favourite crypto currency in the browser toolbar. You can select between > 1,500 cryptos.
ขนาดไฟล์ 19.33 KB
จำนวนการติดตั้ง 1,627
เวอร์ชันปัจจุบัน 1.0.18
อัปเดตครั้งล่าสุด 2021-01-08
วันที่เผยแพร่ 2018-12-29
คะแนน 3.63/5 รวมทั้งหมด 8 คะแนน
ผู้พัฒนา epubreader
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Crypto Ticker",
    "description": "Shows the current price of your favourite crypto currency in the browser toolbar. You can select between > 1,500 cryptos.",
    "icons": {
        "16": "skin\/ticker_16.png",
        "32": "skin\/ticker_32.png",
        "48": "skin\/ticker_48.png",
        "128": "skin\/ticker_128.png"
    },
    "version": "1.0.18",
    "author": "Crypton",
    "browser_action": {
        "default_icon": {
            "16": "skin\/ticker_16.png",
            "32": "skin\/ticker_32.png",
            "48": "skin\/ticker_48.png",
            "128": "skin\/ticker_128.png"
        },
        "default_title": "Crypto Ticker",
        "default_popup": "popup.html"
    },
    "background": {
        "scripts": [
            "js\/rate.js",
            "js\/background.js"
        ]
    },
    "permissions": [
        "https:\/\/api.coincap.io\/",
        "https:\/\/www.ecb.europa.eu\/",
        "storage"
    ]
}