etherscan-contract-downloader
Inject download button for verified contract on etherscan.io.
Wat is etherscan-contract-downloader?
etherscan-contract-downloader is een Chrome-extensie ontwikkeld door Monarth Sarvaiya, en de belangrijkste functie is "Inject download button for verified contract on etherscan.io.".
Extensie Screenshots
Download het CRX-bestand van de extensie etherscan-contract-downloader
Download etherscan-contract-downloader-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
etherscan-contract-downloader is an extension which will inject download button for verified smart contracts on etherscan.io. Basisinformatie over de Extensie
| Naam | |
| ID | lgbmhlndlnehaakmmoiibkebophhmdpb |
| Officiële URL | https://chromewebstore.google.com/detail/etherscan-contract-downlo/lgbmhlndlnehaakmmoiibkebophhmdpb |
| Beschrijving | Inject download button for verified contract on etherscan.io. |
| Bestandsgrootte | 14.6 KB |
| Aantal Installaties | 60 |
| Huidige Versie | 1.0.1 |
| Laatst Bijgewerkt | 2023-03-31 |
| Publicatiedatum | 2023-03-31 |
| Ontwikkelaar | Monarth Sarvaiya |
| [email protected] | |
| Betalingswijze | free |
| Ondersteunde Talen | 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"
]
}
]
} | |