BTC Markets Ticker

Quickly see how various cryptocurrency markets are performing in AUD. This extension does not require an API key or configuration.

BTC Markets Tickerคืออะไร?

BTC Markets Ticker เป็นส่วนขยายของ Chrome ที่พัฒนาโดย sudosammy และคุณลักษณะหลักของมันคือ "Quickly see how various cryptocurrency markets are performing in AUD. This extension does not require an API key or configuration."

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

screenshot

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

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

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

                        Simple Chrome extension ticker that makes use of the BTC Markets API (https://www.btcmarkets.net/). Regularly updated to stay current with the coins offered by BTC Markets. State will persist between Chrome browsers that you're logged into.

If it looks broken, press the delete key (or Fn+Delete on Mac) to refresh the extension.                    

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

ชื่อ BTC Markets Ticker BTC Markets Ticker
ID cmjogmdkjjbhhlcfhabajdbdafdmhmdi
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/btc-markets-ticker/cmjogmdkjjbhhlcfhabajdbdafdmhmdi
คำอธิบาย Quickly see how various cryptocurrency markets are performing in AUD. This extension does not require an API key or configuration.
ขนาดไฟล์ 20.94 KB
จำนวนการติดตั้ง 52
เวอร์ชันปัจจุบัน 0.10
อัปเดตครั้งล่าสุด 2021-02-14
วันที่เผยแพร่ 2020-01-25
คะแนน 5.00/5 รวมทั้งหมด 6 คะแนน
ผู้พัฒนา sudosammy
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://github.com/sudosammy/BTCMarkets-Ticker
URL หน้าช่วยเหลือ https://github.com/sudosammy/BTCMarkets-Ticker
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "BTC Markets Ticker",
    "description": "Quickly see how various cryptocurrency markets are performing in AUD. This extension does not require an API key or configuration.",
    "version": "0.10",
    "browser_action": {
        "default_icon": "images\/icon16.png",
        "default_popup": "popup.html"
    },
    "icons": {
        "16": "images\/icon16.png",
        "32": "images\/icon32.png",
        "48": "images\/icon48.png",
        "128": "images\/icon128.png"
    },
    "permissions": [
        "storage",
        "https:\/\/*.btcmarkets.net\/"
    ]
}