LTC Ticker
This extension displays the current LTC/USD price on the badge icon.
LTC Tickerคืออะไร?
LTC Ticker เป็นส่วนขยายของ Chrome ที่พัฒนาโดย n.brooking และคุณลักษณะหลักของมันคือ "This extension displays the current LTC/USD price on the badge icon."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย LTC Ticker
ดาวน์โหลดไฟล์ส่วนขยาย LTC Ticker ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Displays the current Litecoin/US Dollar amound, as pulled from BTC-e.com. The price updates every 5 minutes. Update 1.2.1: Updated very old icon to current correct version. Update 1.2: Added no cache directive so the value should always be the latest. Some users were experiencing the data not updating as often as it should because their browser was caching it. Update 1.1: You can now click the icon to manually update the current price. Be warned, doing this too often (like many times in a few seconds) could get your ip blocked. If you like this, you can donate here: BTC: 1H12LDENkn9D53ivL1bzxMCTvX98qTq1m2 LTC: LTJdTVTGU9fjjnUTS4PE7em7azS4DqKDaX DOGE: D9xMt2Aa9WTGEVd2LtYSXvRDYMd4YCEXFn
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | nnphljpbeilcnkgijeflhkpclomfalae |
URL อย่างเป็นทางการ | https://chrome.google.com/webstore/detail/ltc-ticker/nnphljpbeilcnkgijeflhkpclomfalae |
คำอธิบาย | This extension displays the current LTC/USD price on the badge icon. |
ขนาดไฟล์ | 58.41 KB |
จำนวนการติดตั้ง | 133 |
เวอร์ชันปัจจุบัน | 1.2.1 |
อัปเดตครั้งล่าสุด | 2014-02-10 |
วันที่เผยแพร่ | 2014-02-10 |
คะแนน | 3.95/5 รวมทั้งหมด 21 คะแนน |
ผู้พัฒนา | n.brooking |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "background": { "page": "background.html" }, "browser_action": { "default_icon": "ltc_icon_48.png" }, "description": "This extension displays the current LTC\/USD price on the badge icon.", "icons": { "16": "ltc_icon_16.png", "48": "ltc_icon_48.png", "128": "ltc_icon_128.png" }, "manifest_version": 2, "name": "LTC Ticker", "permissions": [ "storage", "https:\/\/btc-e.com\/" ], "version": "1.2.1" } |