Fantom Gas Tracker
Gas tracker on fantom network
什麼是Fantom Gas Tracker?
Fantom Gas Tracker是由vbalko開發的Chrome擴展程式,該擴展的主要功能是“Gas tracker on fantom network”。
擴展截圖
下載Fantom Gas Tracker擴展crx文件
下載Fantom Gas Tracker擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Fantom Gas Tracker shows actual information about gas price in Fantom Opera network. It takes data from official https://ftmscan.com/gastracker page and shows it in accessible and convenient way in your chrome toolbar, so you can always see actual price. The badge displays the current gas price estimation for "standard" transaction speed: not too slow, not too fast. Clicking on the badge displays price estimations for different speed expectations ("standard", "fast", and "rapid" transaction times). Changelog: v0.6.0: added gas treshold - beeps when gas price is under the set treshold. Beeps only when checked.
擴展基本資訊
名稱 | Fantom Gas Tracker |
ID | nmeagajpagaeececladekenjgemhaohe |
官方網址 | https://chromewebstore.google.com/detail/fantom-gas-tracker/nmeagajpagaeececladekenjgemhaohe |
簡介 | Gas tracker on fantom network |
檔案大小 | 134 KB |
安裝次數 | 121 |
目前版本 | 0.6.0 |
更新時間 | 2022-03-04 |
上架時間 | 2022-01-27 |
開發者 | vbalko |
電子郵箱 | [email protected] |
付費類型 | free |
擴展官網 | http://vbalko.github.io |
支援的語言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Fantom Gas Tracker", "description": "Gas tracker on fantom network", "version": "0.6.0", "action": { "default_title": "Fantom Gas Tracker", "default_icon": "icons\/icon_256.png", "default_popup": "popup.html" }, "background": { "service_worker": "background.js" }, "permissions": [ "alarms", "storage" ] } |