Ethereum gas price alert
Wolfalert - Set your alarm to be notified when the ethereum gas price is low!
Ethereum gas price alertとは何ですか?
Ethereum gas price alertはpedro.reyes.solutionsによって開発されたChromeの拡張機能で、その主な機能は「Wolfalert - Set your alarm to be notified when the ethereum gas price is low!」です。
拡張機能のスクリーンショット
Ethereum gas price alert拡張機能のCRXファイルをダウンロード
Ethereum gas price alert拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Ethereum gas price alert. A simple form where you set the gas price is good for you. If the price is below your alarm then the gas price text will turn green or red in other case.
拡張機能の基本情報
名前 | Ethereum gas price alert |
ID | abofcebkdhmjfllhaoihllkcdpfckiaa |
公式URL | https://chromewebstore.google.com/detail/ethereum-gas-price-alert/abofcebkdhmjfllhaoihllkcdpfckiaa |
説明 | Wolfalert - Set your alarm to be notified when the ethereum gas price is low! |
ファイルサイズ | 49.3 MB |
インストール数 | 154 |
現在のバージョン | 2.0.1 |
最終更新日 | 2022-06-02 |
公開日 | 2021-07-28 |
評価 | 4.00/5 合計 2 レビュー |
開発者 | pedro.reyes.solutions |
Eメール | [email protected] |
支払い方法 | free |
拡張機能のウェブサイト | https://wolfalert-prod.web.app/gas |
ヘルプページのURL | https://t.me/joinchat/RLkEMkRDOovu9tuR |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "short_name": "Wolfalert", "name": "Ethereum gas price alert", "description": "Wolfalert - Set your alarm to be notified when the ethereum gas price is low!", "version": "2.0.1", "manifest_version": 3, "permissions": [ "storage", "alarms" ], "action": { "default_popup": ".\/build\/index.html", "default_title": "Open the popup", "default_icon": { "16": "\/assets\/icons\/icon16.png", "32": "\/assets\/icons\/icon32.png", "48": "\/assets\/icons\/icon48.png", "128": "\/assets\/icons\/icon128.png" } }, "icons": { "16": "\/assets\/icons\/icon16.png", "32": "\/assets\/icons\/icon32.png", "48": "\/assets\/icons\/icon48.png", "128": "\/assets\/icons\/icon128.png" }, "background": { "service_worker": ".\/src\/scripts\/background.js", "type": "module" } } |