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 | 
| 官方URL | 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\/"
    ]
}  |  |