ETH Gas Price
Ethereum gas price tracker
什麼是ETH Gas Price?
ETH Gas Price是由cryptoage開發的Chrome擴展程式,該擴展的主要功能是“Ethereum gas price tracker”。
擴展截圖
下載ETH Gas Price擴展crx文件
下載ETH Gas Price擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
The extension is used to monitor the price of ethereum gas in real time. Thanks to this extension, you can choose the optimal time for making cheap Ethereum transactions. In addition, the extension allows you to track the price of Ethereum.
擴展基本資訊
名稱 | ETH Gas Price |
ID | dnggapdaebddmmnpegfopeocoecimcaa |
官方網址 | https://chromewebstore.google.com/detail/eth-gas-price/dnggapdaebddmmnpegfopeocoecimcaa |
簡介 | Ethereum gas price tracker |
檔案大小 | 1.49 MB |
安裝次數 | 913 |
目前版本 | 1.5.0 |
更新時間 | 2022-04-19 |
上架時間 | 2021-05-26 |
評分 | 5.00/5 共 1 次評分 |
開發者 | cryptoage |
電子郵箱 | [email protected] |
付費類型 | free |
擴展官網 | https://profit-mine.com |
支援的語言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "ETH Gas Price", "description": "Ethereum gas price tracker", "version": "1.5.0", "manifest_version": 2, "icons": { "16": "icons\/icon-16x16.png", "48": "icons\/icon-48x48.png", "128": "icons\/icon-128x128.png" }, "options_ui": { "page": "www\/index.html#\/options", "browser_style": true, "open_in_tab": true }, "browser_action": { "default_title": "Ethereum Gas Price", "default_popup": "www\/index.html#\/popup" }, "background": { "scripts": [ "www\/js\/bex-background.js", "js\/background.js" ], "persistent": true }, "content_scripts": [ { "matches": [ " |