CryptoCurrency Ticker
Receive the latest changes on your CryptoCurrency and AltCoin value in $US.
CryptoCurrency Tickerคืออะไร?
CryptoCurrency Ticker เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Daniel และคุณลักษณะหลักของมันคือ "Receive the latest changes on your CryptoCurrency and AltCoin value in $US."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย CryptoCurrency Ticker
ดาวน์โหลดไฟล์ส่วนขยาย CryptoCurrency Ticker ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
CryptoCurrency Ticker shows you the latest changes in BitCoin and the most popular AltCoin values in your browser bar. No need to register or login. Everything works immediately. No more searching for the latest price changes.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | fmcgaglejkpgakandolgkjnnafgodpgd |
URL อย่างเป็นทางการ | https://chrome.google.com/webstore/detail/cryptocurrency-ticker/fmcgaglejkpgakandolgkjnnafgodpgd |
คำอธิบาย | Receive the latest changes on your CryptoCurrency and AltCoin value in $US. |
ขนาดไฟล์ | 46.87 KB |
จำนวนการติดตั้ง | 226 |
เวอร์ชันปัจจุบัน | 1.0.1 |
อัปเดตครั้งล่าสุด | 2017-08-18 |
วันที่เผยแพร่ | 2017-08-18 |
คะแนน | 3.33/5 รวมทั้งหมด 6 คะแนน |
ผู้พัฒนา | Daniel |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "CryptoCurrency Ticker", "description": "Receive the latest changes on your CryptoCurrency and AltCoin value in $US.", "version": "1.0.1", "browser_action": { "default_icon": "icon.png", "default_popup": "currency.html" }, "icons": { "48": "icon48.png", "128": "icon128.png" }, "content_security_policy": "script-src 'self' https:\/\/ajax.googleapis.com; object-src 'self'", "permissions": [ "https:\/\/ajax.googleapis.com\/", "https:\/\/api.coinmarketcap.com\/" ] } |