Jigstack Wallet
The most user-friendly EVM wallet for Ethereum and all EVM chains
Jigstack Wallet란 무엇입니까?
Jigstack Wallet은(는) Jigstack에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "The most user-friendly EVM wallet for Ethereum and all EVM chains"입니다.
확장 프로그램 스크린샷
Jigstack Wallet 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
jWallet is an open source Browser wallet for any Ethereum Virtual Machine Networks (Ethereum, Polygon, Optimism, Arbitrum, etc) 1. Designed for EVM users, just ad your personal RPC, 2. Native CrossChain Swap and Bridge transaction in your wallet, 3. Best way per fare dei regali crypto, Get jWallet and start Decentralized Finance 👻🌈
확장 프로그램 기본 정보
이름 | Jigstack Wallet |
ID | oohllogfdpaojikdjjkfmklabefnkkfk |
공식 URL | https://chromewebstore.google.com/detail/jigstack-wallet/oohllogfdpaojikdjjkfmklabefnkkfk |
설명 | The most user-friendly EVM wallet for Ethereum and all EVM chains |
파일 크기 | 33.39 MB |
설치 횟수 | 97 |
현재 버전 | 0.1.0 |
최근 업데이트 | 2023-06-09 |
출시 날짜 | 2023-06-08 |
평점 | 4.50/5 총 2 개의 평점 |
개발자 | Jigstack |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://wallet.jigstack.org/ |
지원되는 언어 | en,zh-CN |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Jigstack Wallet", "short_name": "jWallet", "version": "0.1.0", "default_locale": "en", "description": "The most user-friendly EVM wallet for Ethereum and all EVM chains", "icons": { "16": "images\/icon-16.png", "19": "images\/icon-19.png", "32": "images\/icon-32.png", "38": "images\/icon-38.png", "48": "images\/icon-48.png", "64": "images\/icon-64.png", "128": "images\/icon-128.png", "512": "images\/icon-512.png" }, "action": { "default_icon": { "16": "images\/icon-16.png", "19": "images\/icon-19.png", "32": "images\/icon-32.png", "48": "images\/icon-48.png", "128": "images\/icon-128.png" }, "default_title": "jWallet" }, "author": "https:\/\/jigstack.org\/", "background": { "service_worker": "background.js" }, "content_scripts": [ { "all_frames": true, "js": [ "webextension-polyfill.js", "content-script.js" ], "matches": [ "file:\/\/*\/*", "http:\/\/*\/*", "https:\/\/*\/*" ], "run_at": "document_start" }, { "matches": [ "*:\/\/connect.trezor.io\/*\/popup.html" ], "js": [ "vendor\/trezor\/trezor-content-script.js" ] } ], "content_security_policy": { "extension_pages": "script-src 'self'; object-src 'self'" }, "permissions": [ "storage", "unlimitedStorage", "activeTab", "notifications", "tabs", "scripting" ], "host_permissions": [ "https:\/\/wallet.gridplus.io\/*", " |