LTC Ticker
This extension displays the current LTC/USD price on the badge icon.
LTC Ticker là gì?
LTC Ticker là một tiện ích mở rộng Chrome được phát triển bởi n.brooking, và tính năng chính của nó là "This extension displays the current LTC/USD price on the badge icon.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng LTC Ticker
Tải xuống các tệp mở rộng LTC Ticker dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | nnphljpbeilcnkgijeflhkpclomfalae |
URL Chính Thức | https://chrome.google.com/webstore/detail/ltc-ticker/nnphljpbeilcnkgijeflhkpclomfalae |
Mô tả | This extension displays the current LTC/USD price on the badge icon. |
Kích Thước Tệp | 58.41 KB |
Số Lần Cài Đặt | 133 |
Phiên Bản Hiện Tại | 1.2.1 |
Cập Nhật Lần Cuối | 2014-02-10 |
Ngày Phát Hành | 2014-02-10 |
Đánh Giá | 3.95/5 Tổng số 21 Đánh Giá |
Nhà Phát Triển | n.brooking |
[email protected] | |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | 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" } |