BAT Ticker
Ticker for current BAT price
什么是BAT Ticker?
BAT Ticker是由Ken Herbert开发的Chrome扩展程序,该扩展的主要功能是“Ticker for current BAT price”。
扩展截图
下载BAT Ticker扩展crx文件
下载BAT Ticker扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Display the current price and 24h change of Basic Attention Token in your browser. Supports 45 different currencies.
扩展基本信息
名称 | BAT Ticker |
ID | fpgnkcakakiminoablpndllfbhobglid |
官方URL | https://chromewebstore.google.com/detail/bat-ticker/fpgnkcakakiminoablpndllfbhobglid |
简介 | Ticker for current BAT price |
文件大小 | 31.11 KB |
安装次数 | 60 |
当前版本 | 1.2.0 |
更新时间 | 2022-07-13 |
上架时间 | 2021-04-06 |
评分 | 4.57/5 共7次评分 |
开发者 | Ken Herbert |
电子邮箱 | [email protected] |
付费类型 | free |
扩展官网 | https://www.kenherbert.dev/projects/bat-ticker/ |
帮助页面URL | https://gitlab.com/kenherbert/bat-ticker/-/issues |
隐私政策页面URL | https://www.kenherbert.dev/app-privacy-policy |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "BAT Ticker", "description": "Ticker for current BAT price", "version": "1.2.0", "author": "Ken Herbert", "homepage_url": "https:\/\/gitlab.com\/kenherbert\/bat-ticker", "icons": { "16": "res\/[email protected]", "48": "res\/[email protected]", "128": "res\/[email protected]" }, "permissions": [ "alarms", "storage" ], "action": { "default_icon": "res\/logo-full-color.png", "default_popup": "html\/popup.html" }, "options_ui": { "page": "html\/options.html", "open_in_tab": false }, "background": { "service_worker": "js\/background.js", "type": "module" } } |