etherscan-contract-downloader
Inject download button for verified contract on etherscan.io.
Qu'est-ce que etherscan-contract-downloader ?
etherscan-contract-downloader est une extension Chrome développée par Monarth Sarvaiya, et sa fonction principale est "Inject download button for verified contract on etherscan.io.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension etherscan-contract-downloader
Téléchargez les fichiers d'extension etherscan-contract-downloader 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
etherscan-contract-downloader is an extension which will inject download button for verified smart contracts on etherscan.io.
Informations de Base sur l'Extension
Nom | etherscan-contract-downloader |
ID | lgbmhlndlnehaakmmoiibkebophhmdpb |
URL Officiel | https://chromewebstore.google.com/detail/etherscan-contract-downlo/lgbmhlndlnehaakmmoiibkebophhmdpb |
Description | Inject download button for verified contract on etherscan.io. |
Taille du Fichier | 14.6 KB |
Nombre d'Installations | 60 |
Version Actuelle | 1.0.1 |
Dernière Mise à Jour | 2023-03-31 |
Date de Publication | 2023-03-31 |
Développeur | Monarth Sarvaiya |
[email protected] | |
Type de Paiement | free |
Langues Prises en Charge | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "etherscan-contract-downloader", "version": "1.0.1", "manifest_version": 3, "description": "Inject download button for verified contract on etherscan.io.", "icons": { "16": ".\/source\/images\/icon16.png", "32": ".\/source\/images\/icon32.png", "48": ".\/source\/images\/icon48.png", "128": ".\/source\/images\/icon128.png" }, "action": { "default_icon": ".\/source\/images\/icon128.png", "default_popup": ".\/source\/pages\/popup.html" }, "content_scripts": [ { "matches": [ "https:\/\/etherscan.io\/address\/*", "https:\/\/etherscan.io\/token\/*" ], "js": [ ".\/source\/js\/content-script.js" ] } ] } |