BTC Gas Fee Checker
A simple extension to check and monitor BTC Gas fees.
Co to jest BTC Gas Fee Checker?
BTC Gas Fee Checker to rozszerzenie Chrome opracowane przez a2265970279, a jego główną funkcją jest „A simple extension to check and monitor BTC Gas fees.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia BTC Gas Fee Checker
Pobierz pliki rozszerzeń BTC Gas Fee Checker w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
Effortlessly monitor the current Bitcoin Gas fee with this lightweight extension. Stay updated on the blockchain transaction costs in real-time.
Podstawowe informacje o rozszerzeniu
Nazwa | BTC Gas Fee Checker |
ID | lnhmeibbfjelbndagdknbkmilecfokfo |
Oficjalny URL | https://chromewebstore.google.com/detail/btc-gas-fee-checker/lnhmeibbfjelbndagdknbkmilecfokfo |
Opis | A simple extension to check and monitor BTC Gas fees. |
Rozmiar pliku | 13.65 KB |
Liczba instalacji | 199 |
Aktualna Wersja | 1.3 |
Ostatnia Aktualizacja | 2023-05-10 |
Data Publikacji | 2023-05-03 |
Deweloper | a2265970279 |
[email protected] | |
Typ Płatności | free |
Obsługiwane Języki | zh-CN |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "BTC Gas Fee Checker", "version": "1.3", "description": "A simple extension to check and monitor BTC Gas fees.", "action": { "default_popup": "popup.html", "default_icon": { "16": "images\/icon16.png", "48": "images\/icon48.png", "128": "images\/icon128.png" } }, "background": { "service_worker": "background.js" }, "permissions": [ "alarms", "storage", "notifications" ], "icons": { "16": "images\/icon16.png", "48": "images\/icon48.png", "128": "images\/icon128.png" } } |