ChainLink (LINK/USD) Price Ticker
This extension shows latest price ticker of LINK/USD.
什麼是ChainLink (LINK/USD) Price Ticker?
ChainLink (LINK/USD) Price Ticker是由Taha開發的Chrome擴展程式,該擴展的主要功能是“This extension shows latest price ticker of LINK/USD.”。
擴展截圖
下載ChainLink (LINK/USD) Price Ticker擴展crx文件
下載ChainLink (LINK/USD) Price Ticker擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
This is a simple extension shows LINK price from cryptocompare.com (LINK/USD)
Extension Features:
1. LINK price in USD
2. Display Chart
3. Control refresh time (1 min by default) 擴展基本資訊
| 名稱 | |
| ID | nppgknjeeojeghmaegambagdckglfcgf |
| 官方網址 | https://chromewebstore.google.com/detail/chainlink-linkusd-price-t/nppgknjeeojeghmaegambagdckglfcgf |
| 簡介 | This extension shows latest price ticker of LINK/USD. |
| 檔案大小 | 220 KB |
| 安裝次數 | 134 |
| 目前版本 | 1.0.0 |
| 更新時間 | 2020-03-12 |
| 上架時間 | 2020-03-11 |
| 評分 | 4.67/5 共 3 次評分 |
| 開發者 | Taha |
| 電子郵箱 | [email protected] |
| 付費類型 | free |
| 支援的語言 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "ChainLink (LINK\/USD) Price Ticker",
"description": "This extension shows latest price ticker of LINK\/USD.",
"version": "1.0.0",
"browser_action": {
"default_icon": "images\/icon.png",
"default_popup": "popup.html"
},
"background": {
"persistent": true,
"page": "background.html"
},
"options_page": "options.html",
"permissions": [
"https:\/\/min-api.cryptocompare.com\/"
]
} | |