Etherscan
Get the latest gas prices and the ability to easily search for addresses on Etherscan.
Etherscanとは何ですか?
EtherscanはEtherscanによって開発されたChromeの拡張機能で、その主な機能は「Get the latest gas prices and the ability to easily search for addresses on Etherscan.」です。
拡張機能のスクリーンショット
Etherscan拡張機能のCRXファイルをダウンロード
Etherscan拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Get the latest gas prices and the ability to easily search for addresses on Etherscan. An Etherscan extension for your browser. Create customized gas price alerts on your desktop notifications. Easily search for Ethereum addresses with a simple highlight and right-click while browsing. This is an initial Beta release! Please share your feedback and suggestions for new features at https://forms.gle/CxSdaFNQK9476pVD7. v1.0.1 - Beta release v1.0.2 - Added option to specify API Key v1.0.3 - Added gas fee badge, gas price alert, "Search in Etherscan" in context menu v1.0.4 - Tabs permission is now optional Learn more about our terms of service and privacy policy at https://etherscan.io/terms.
拡張機能の基本情報
名前 | Etherscan |
ID | joeoaocmnapjmkhjndfflecmdaldkpbn |
公式URL | https://chromewebstore.google.com/detail/etherscan/joeoaocmnapjmkhjndfflecmdaldkpbn |
説明 | Get the latest gas prices and the ability to easily search for addresses on Etherscan. |
ファイルサイズ | 336 KB |
インストール数 | 30,000 |
現在のバージョン | 1.0.4 |
最終更新日 | 2023-05-23 |
公開日 | 2022-10-11 |
評価 | 4.35/5 合計 20 レビュー |
開発者 | Etherscan |
Eメール | [email protected] |
支払い方法 | free |
拡張機能のウェブサイト | https://etherscan.io |
ヘルプページのURL | https://etherscan.io/contactus |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Etherscan", "description": "Get the latest gas prices and the ability to easily search for addresses on Etherscan.", "version": "1.0.4", "manifest_version": 3, "icons": { "128": "icons\/128.png" }, "background": { "service_worker": "background.js", "type": "module" }, "action": { "default_popup": "index.html", "default_icon": { "16": "icons\/16.png", "128": "icons\/128.png" } }, "permissions": [ "activeTab", "alarms", "storage", "contextMenus", "scripting", "notifications" ] } |