Ethereum Gas Price Extension
Displays the current gas price in Gwei and USD using your preferred gas price provider.
什麼是Ethereum Gas Price Extension?
Ethereum Gas Price Extension是由https://ethprofit.net開發的Chrome擴展程式,該擴展的主要功能是“Displays the current gas price in Gwei and USD using your preferred gas price provider.”。
擴展截圖
下載Ethereum Gas Price Extension擴展crx文件
下載Ethereum Gas Price Extension擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
This extension displays the current Ethereum gas price in Gwei, the estimated time, and the average USD cost of the transaction. Lightweight fast and convenient to use. Ethprofit is One-click ETH 2.0 staking calculator, Gas price estimator, BTConEthereum tracker & DeFi Leaderboard website. Visit us: https://ethprofit.net Open-sourced on Github: https://github.com/Ethprofit/ethereum-gas-price-extension
擴展基本資訊
名稱 | Ethereum Gas Price Extension |
ID | fkdpgnngeoheiclbcljihebimblcbcjj |
官方網址 | https://chromewebstore.google.com/detail/ethereum-gas-price-extens/fkdpgnngeoheiclbcljihebimblcbcjj |
簡介 | Displays the current gas price in Gwei and USD using your preferred gas price provider. |
檔案大小 | 188 KB |
安裝次數 | 1,508 |
目前版本 | 1.00 |
更新時間 | 2021-05-24 |
上架時間 | 2021-05-17 |
評分 | 3.50/5 共 2 次評分 |
開發者 | https://ethprofit.net |
電子郵箱 | [email protected] |
付費類型 | free |
擴展官網 | https://ethprofit.net/ |
說明頁面URL | https://ethprofit.net/ |
支援的語言 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Ethereum Gas Price Extension ", "version": "1.00", "description": "Displays the current gas price in Gwei and USD using your preferred gas price provider.", "manifest_version": 2, "background": { "page": "src\/background.html", "persistent": false }, "icons": { "16": "static\/icon16.png", "48": "static\/icon48.png", "128": "static\/icon128.png" }, "browser_action": { "default_icon": "static\/icon.png", "default_title": "Ethereum Gas Price", "default_popup": "src\/popup.html" }, "permissions": [ "alarms", "storage" ], "options_ui": { "page": "src\/options.html", "open_in_tab": true } } |