etherscan-contract-downloader
Inject download button for verified contract on etherscan.io.
etherscan-contract-downloader란 무엇입니까?
etherscan-contract-downloader은(는) Monarth Sarvaiya에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Inject download button for verified contract on etherscan.io."입니다.
확장 프로그램 스크린샷
etherscan-contract-downloader 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
etherscan-contract-downloader is an extension which will inject download button for verified smart contracts on etherscan.io. 확장 프로그램 기본 정보
| 이름 | |
| ID | lgbmhlndlnehaakmmoiibkebophhmdpb |
| 공식 URL | https://chromewebstore.google.com/detail/etherscan-contract-downlo/lgbmhlndlnehaakmmoiibkebophhmdpb |
| 설명 | Inject download button for verified contract on etherscan.io. |
| 파일 크기 | 14.6 KB |
| 설치 횟수 | 60 |
| 현재 버전 | 1.0.1 |
| 최근 업데이트 | 2023-03-31 |
| 출시 날짜 | 2023-03-31 |
| 개발자 | Monarth Sarvaiya |
| 이메일 | [email protected] |
| 결제 유형 | free |
| 지원되는 언어 | 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"
]
}
]
} | |