Uniswap Price tracker
Persistent price ticker for $Uni. Powered by Covalent
什么是Uniswap Price tracker?
Uniswap Price tracker是由hoangdaothienmenh开发的Chrome扩展程序,该扩展的主要功能是“Persistent price ticker for $Uni. Powered by Covalent”。
扩展截图
下载Uniswap Price tracker扩展crx文件
下载Uniswap Price tracker扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Show current market price of Uniswap ticker (default currency USD)
扩展基本信息
名称 | |
ID | hhbelcjphnnckoaldnfhdbdpddilaafk |
官方URL | https://chrome.google.com/webstore/detail/uniswap-price-tracker/hhbelcjphnnckoaldnfhdbdpddilaafk |
简介 | Persistent price ticker for $Uni. Powered by Covalent |
文件大小 | 35.96 KB |
安装次数 | 551 |
当前版本 | 0.1.1 |
更新时间 | 2020-12-14 |
上架时间 | 2020-12-14 |
评分 | 5.00/5 共2次评分 |
开发者 | hoangdaothienmenh |
电子邮箱 | [email protected] |
付费类型 | free |
支持的语言 | en |
manifest.json | |
{ "background": { "scripts": [ "ticker.js" ] }, "browser_action": { "default_icon": "icon.png", "default_popup": "popup.html", "default_title": "UNI Ticker" }, "description": "Persistent price ticker for $Uni. Powered by Covalent", "icons": { "128": "icon.png", "16": "icon.png", "48": "icon.png" }, "manifest_version": 2, "name": "Uniswap Price tracker", "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "0.1.1" } |