LTC Ticker
This extension displays the current LTC/USD price on the badge icon.
什麼是LTC Ticker?
LTC Ticker是由n.brooking開發的Chrome擴展程式,該擴展的主要功能是“This extension displays the current LTC/USD price on the badge icon.”。
擴展截圖
下載LTC Ticker擴展crx文件
下載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 |
官方網址 | 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" } |