LTC Ticker | Litecoin Ticker
Litecoin and Token exchange price ticker. Displays the current price on the badge icon, Chart and Alert notifications.
LTC Ticker | Litecoin Tickerとは何ですか?
LTC Ticker | Litecoin TickerはBetonimigによって開発されたChromeの拡張機能で、その主な機能は「Litecoin and Token exchange price ticker. Displays the current price on the badge icon, Chart and Alert notifications.」です。
拡張機能のスクリーンショット
LTC Ticker | Litecoin Ticker拡張機能のCRXファイルをダウンロード
LTC Ticker | Litecoin Ticker拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Litecoin Extension.
Litecoin and Token exchange price ticker.
Supported Markets/Exchanges: Binance, Bitfinex, Bittrex, CoinbasePro, Kraken and others ...
Alerts for when the ticker price between last value exceeds some user defined threshold.
Supported Pairs: ETH/LTC, LTC/USDT, LTC/USD, LTC/EUR, LTC/GBP, LTC/JPY, LTC/EOS and lot of currencies. 拡張機能の基本情報
| 名前 | |
| ID | ddmojnnanggcjkfpjlaeabeeadejcmde |
| 公式URL | https://chromewebstore.google.com/detail/ltc-ticker-litecoin-ticke/ddmojnnanggcjkfpjlaeabeeadejcmde |
| 説明 | Litecoin and Token exchange price ticker. Displays the current price on the badge icon, Chart and Alert notifications. |
| ファイルサイズ | 237 KB |
| インストール数 | 268 |
| 現在のバージョン | 1.1.0.0 |
| 最終更新日 | 2023-05-29 |
| 公開日 | 2019-03-10 |
| 評価 | 5.00/5 合計 1 レビュー |
| 開発者 | Betonimig |
| Eメール | [email protected] |
| 支払い方法 | free |
| 対応言語 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"background": {
"page": "bg.html"
},
"browser_action": {
"default_icon": "images\/icon-48.png",
"default_popup": "popup.html",
"default_title": "Click to update price now"
},
"content_security_policy": "script-src 'self' 'unsafe-eval' https:\/\/d33t3vvu2t2yu5.cloudfront.net\/tv.js; object-src 'self';",
"description": "Litecoin and Token exchange price ticker. Displays the current price on the badge icon, Chart and Alert notifications.",
"icons": {
"128": "images\/icon-128.png",
"16": "images\/icon-16.png",
"48": "images\/icon-48.png"
},
"manifest_version": 2,
"name": "LTC Ticker | Litecoin Ticker",
"options_page": "options.html",
"permissions": [
"notifications",
"http:\/\/allcrypto.info\/*"
],
"short_name": "LTC Ticker",
"version": "1.1.0.0"
} | |