BTC Gas Tracker
A chrome extension to track btc gas fee and show btc price
BTC Gas Tracker क्या है?
BTC Gas Tracker Sam Richman द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "A chrome extension to track btc gas fee and show btc price"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में BTC Gas Tracker एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
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": [] } ] } |