Etherscan
Get the latest gas prices and the ability to easily search for addresses on Etherscan.
Qu'est-ce que Etherscan ?
Etherscan est une extension Chrome développée par Etherscan, et sa fonction principale est "Get the latest gas prices and the ability to easily search for addresses on Etherscan.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Etherscan
Téléchargez les fichiers d'extension Etherscan au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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.
Informations de Base sur l'Extension
Nom | Etherscan |
ID | joeoaocmnapjmkhjndfflecmdaldkpbn |
URL Officiel | https://chromewebstore.google.com/detail/etherscan/joeoaocmnapjmkhjndfflecmdaldkpbn |
Description | Get the latest gas prices and the ability to easily search for addresses on Etherscan. |
Taille du Fichier | 336 KB |
Nombre d'Installations | 30,000 |
Version Actuelle | 1.0.4 |
Dernière Mise à Jour | 2023-05-23 |
Date de Publication | 2022-10-11 |
Évaluation | 4.35/5 Total 20 Évaluations |
Développeur | Etherscan |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://etherscan.io |
URL de la Page d'Aide | https://etherscan.io/contactus |
Langues Prises en Charge | 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" ] } |