Wigwam — Web3 Wallet
Reliable and secure self-custody crypto wallet for Ethereum and all EVM blockchains
Wigwam — Web3 Wallet란 무엇입니까?
Wigwam — Web3 Wallet은(는) https://wigwam.app에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Reliable and secure self-custody crypto wallet for Ethereum and all EVM blockchains"입니다.
확장 프로그램 스크린샷
Wigwam — Web3 Wallet 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Join the future of finance with Wigwam! 🏕 Your feature-rich crypto wallet for the Web3 ecosystem. Wigwam is an open-source self-custodial crypto wallet for the most popular blockchain networks: Ethereum, Polygon, BNB Smart Chain, Arbitrum and all EVM compatible. Explore DeFi, GameFi and NFTs in a safer, faster and modern way! Website: https://wigwam.app Twitter: https://twitter.com/wigwamapp Github: https://github.com/wigwamapp
확장 프로그램 기본 정보
이름 | Wigwam — Web3 Wallet |
ID | lccbohhgfkdikahanoclbdmaolidjdfl |
공식 URL | https://chromewebstore.google.com/detail/wigwam-%E2%80%94-web3-wallet/lccbohhgfkdikahanoclbdmaolidjdfl |
설명 | Reliable and secure self-custody crypto wallet for Ethereum and all EVM blockchains |
파일 크기 | 10.86 MB |
설치 횟수 | 2,348 |
현재 버전 | 2.0.7 |
최근 업데이트 | 2024-03-05 |
출시 날짜 | 2022-01-02 |
평점 | 5.00/5 총 6 개의 평점 |
개발자 | https://wigwam.app |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://wigwam.app |
도움말 페이지 URL | https://wigwam.app/help |
개인정보 보호 정책 페이지 URL | https://wigwam.app/privacy |
지원되는 언어 | en,fr,es,it,ru,uk,zh-CN,zh-TW,ja,ko |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Wigwam \u2014 Web3 Wallet", "version": "2.0.7", "icons": { "16": "icons\/16.png", "48": "icons\/128.png", "128": "icons\/512.png" }, "description": "__MSG_appDesc__", "homepage_url": "https:\/\/wigwam.app", "short_name": "Wigwam", "permissions": [ "tabs", "storage", "clipboardWrite", "activeTab", "scripting" ], "host_permissions": [ "http:\/\/localhost:8545\/", "file:\/\/*\/*", "http:\/\/*\/*", "https:\/\/*\/*" ], "content_security_policy": { "extension_pages": "script-src 'self'; object-src 'self'; frame-ancestors 'none';" }, "author": "https:\/\/wigwam.app", "minimum_chrome_version": "88", "default_locale": "en", "action": { "default_popup": "popup.html", "default_title": "Wigwam", "default_icon": { "16": "icons\/16.png", "48": "icons\/128.png", "128": "icons\/512.png" }, "chrome_style": false }, "background": { "service_worker": "sw.js" }, "content_scripts": [ { "matches": [ "file:\/\/*\/*", "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "scripts\/content.js" ], "run_at": "document_start", "all_frames": true }, { "matches": [ "https:\/\/wigwam.app\/*" ], "js": [ "scripts\/version.js" ], "run_at": "document_start" } ] } |