Contract Mate
Adds a quick access to deth.net editor to view contracts on different etherscan like sites.
Contract Mate란 무엇입니까?
Contract Mate은(는) JC에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Adds a quick access to deth.net editor to view contracts on different etherscan like sites."입니다.
확장 프로그램 스크린샷
Contract Mate 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
This plugin adds a small quick shortcut "View in VS Code" to the related deth.net page on etherscan like sites page of contracts. Helps developers to view the contract code more comfortable. Currently supported 19 etherscan.io like sites. source code: https://github.com/jcxia43/contract-mate
확장 프로그램 기본 정보
이름 | Contract Mate |
ID | mbglhphbjpgjhkmhmjcebjoijlnogccp |
공식 URL | https://chromewebstore.google.com/detail/contract-mate/mbglhphbjpgjhkmhmjcebjoijlnogccp |
설명 | Adds a quick access to deth.net editor to view contracts on different etherscan like sites. |
파일 크기 | 25.07 KB |
설치 횟수 | 54 |
현재 버전 | 1.1 |
최근 업데이트 | 2022-08-22 |
출시 날짜 | 2021-12-17 |
개발자 | JC |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://github.com/jcxia43/contract-mate |
지원되는 언어 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Contract Mate", "version": "1.1", "description": "Adds a quick access to deth.net editor to view contracts on different etherscan like sites.", "icons": { "48": "icons\/logo-48.png", "96": "icons\/logo-96.png", "256": "icons\/logo-256.png" }, "content_scripts": [ { "matches": [ "*:\/\/etherscan.io\/address\/*", "*:\/\/ropsten.etherscan.io\/address\/*", "*:\/\/rinkeby.etherscan.io\/address\/*", "*:\/\/goerli.etherscan.io\/address\/*", "*:\/\/kovan.etherscan.io\/address\/*", "*:\/\/bscscan.com\/address\/*", "*:\/\/testnet.bscscan.com\/address\/*", "*:\/\/hecoinfo.com\/address\/*", "*:\/\/testnet.hecoinfo.com\/address\/*", "*:\/\/ftmscan.com\/address\/*", "*:\/\/testnet.ftmscan.com\/address\/*", "*:\/\/optimistic.etherscan.io\/address\/*", "*:\/\/kovan-optimistic.etherscan.io\/address\/*", "*:\/\/polygonscan.com\/address\/*", "*:\/\/testnet.polygonscan.com\/address\/*", "*:\/\/arbiscan.io\/address\/*", "*:\/\/testnet.arbiscan.io\/address\/*", "*:\/\/snowtrace.io\/address\/*", "*:\/\/testnet.snowtrace.io\/address\/*" ], "js": [ "mate.js" ] } ] } |