BTC Gas Tracker
A chrome extension to track btc gas fee and show btc price
什么是BTC Gas Tracker?
BTC Gas Tracker是由Sam Richman开发的Chrome扩展程序,该扩展的主要功能是“A chrome extension to track btc gas fee and show btc price”。
扩展截图
下载BTC Gas Tracker扩展crx文件
下载BTC Gas Tracker扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Bitcoin Gas Tracker is a Chrome extension that helps you keep track of the current gas fees on the Bitcoin network. It provides real-time updates on the fastest fee rate, so you can optimize your transactions and save money on fees. In addition to gas fees, Bitcoin Gas Tracker also displays the current price of Bitcoin in USD, so you can stay up-to-date on the latest market trends. With Bitcoin Gas Tracker, you can: Monitor the current gas fees on the Bitcoin network Optimize your transactions to save money on fees Stay up-to-date on the latest Bitcoin price in USD Bitcoin Gas Tracker is easy to use and provides valuable information for anyone who uses Bitcoin. Install it today and start tracking your gas fees and Bitcoin price!
扩展基本信息
名称 | BTC Gas Tracker |
ID | lplgmkcmoldknnlbiomdfjclhmiobpnh |
官方URL | https://chromewebstore.google.com/detail/btc-gas-tracker/lplgmkcmoldknnlbiomdfjclhmiobpnh |
简介 | A chrome extension to track btc gas fee and show btc price |
文件大小 | 4.49 MB |
安装次数 | 1,000 |
当前版本 | 0.0.1 |
更新时间 | 2023-05-21 |
上架时间 | 2023-05-20 |
评分 | 5.00/5 共1次评分 |
开发者 | Sam Richman |
电子邮箱 | [email protected] |
付费类型 | free |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "description": "A chrome extension to track btc gas fee and show btc price", "version": "0.0.1", "manifest_version": 3, "name": "BTC Gas Tracker", "options_page": "options.html", "background": { "service_worker": "background.bundle.js" }, "action": { "default_popup": "popup.html", "default_icon": { "16": "assets\/icons\/bitcoin.png", "32": "assets\/icons\/bitcoin.png", "48": "assets\/icons\/bitcoin.png", "128": "assets\/icons\/bitcoin.png" }, "default_title": "BTC Gas Tracker" }, "chrome_url_overrides": [], "permissions": [ "alarms" ], "icons": { "16": "assets\/icons\/bitcoin.png", "32": "assets\/icons\/bitcoin.png", "48": "assets\/icons\/bitcoin.png", "128": "assets\/icons\/bitcoin.png" }, "web_accessible_resources": [ { "resources": [ "content.styles.css", "assets\/icons\/bitcoin.png", "iassets\/icons\/bitcoin.png" ], "matches": [] } ] } |