Initia Wallet
Initia Wallet is a Chrome extension wallet that allows users to access Initia dApps within a web browser environment. The user…
Initia Wallet란 무엇입니까?
Initia Wallet은(는) Initia에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Initia Wallet is a Chrome extension wallet that allows users to access Initia dApps within a web browser environment. The user…"입니다.
확장 프로그램 스크린샷
Initia Wallet 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Initia Wallet is a Chrome extension wallet that allows users to access Initia dApps within a web browser environment. The user interface of Initia Wallet allows users to create new accounts using mnemonic phrases, view their assets, NFTs, and activities, and perform transactions on the Initia blockchain, such as transferring and exchanging assets. Through the extension, users can grant web applications the permission to read blockchain information such as account balances and histories.
확장 프로그램 기본 정보
이름 | Initia Wallet |
ID | ffbceckpkpbcmgiaehlloocglmijnpmp |
공식 URL | https://chromewebstore.google.com/detail/initia-wallet/ffbceckpkpbcmgiaehlloocglmijnpmp |
설명 | Initia Wallet is a Chrome extension wallet that allows users to access Initia dApps within a web browser environment. The user… |
파일 크기 | 3.99 MB |
설치 횟수 | 140 |
현재 버전 | 0.36.0 |
최근 업데이트 | 2024-02-15 |
출시 날짜 | 2023-04-03 |
개발자 | Initia |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://initia.co |
개인정보 보호 정책 페이지 URL | https://initia.co/privacy |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Initia Wallet", "version": "0.36.0", "icons": { "128": "favicon.png" }, "action": { "default_popup": "index.html" }, "background": { "service_worker": "background.js" }, "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "content.js" ], "all_frames": true, "run_at": "document_start" } ], "web_accessible_resources": [ { "resources": [ "page.js" ], "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ] } ], "permissions": [ "storage" ], "content_security_policy": { "extension_pages": "script-src 'self'; object-src 'self'; frame-ancestors 'none';" }, "minimum_chrome_version": "116", "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEA7xutgbDVvVcRNTkvxCO04NCIyiirk92zAIfBWv7WgLbY3ohvuwT3dByORwRuVNJ4SZo\/tqakXPztn3EoJG4zfJ1xUOOkDg4mRpMSOfI9lsqsQmmUQ3+ClTyOQPzsBgKqFcOt0eLsImjXREKWjjHk9rSxbHWHk3nU+OGYikImkFrplRGeHHfu60B7tXUvWx+9nNiAiBtEY9AzbQqsD4tCGHeuA3hP2NuvOvorLpYLWmhyRyXQpDYfwQ7BCIVhB3kMf7S1NxV7MexYpxbM+h1lEGsq1dvlhTXXNN8+LTopzZn\/zfAxIK5cMfIHBqds7jUi\/+lDQLiWfDlWPFMkXAYF4QIDAQAB" } |