Auro Wallet
Mina Protocol Browser Extension Wallet
Auro Wallet란 무엇입니까?
Auro Wallet은(는) https://aurowallet.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Mina Protocol Browser Extension Wallet"입니다.
확장 프로그램 스크린샷
Auro Wallet 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
1. Easily send, receive or stake your MINA, and view the transaction history anytime. 2. Multiple addresses with single mnemonic. With 12 mnemonics, then have everything. 3. Support import Private Key/Keystore. You can direct import any private key type of Mina address into the Auro Wallet. 4. Perfect support for Ledger Wallet. Support HD path, use 1 Ledger hardware derivation multiple address. 5. Support language: English,Chinese,Turkish,Ukrainian,Russian
확장 프로그램 기본 정보
이름 | Auro Wallet |
ID | cnmamaachppnkjgnildpdmkaakejnhae |
공식 URL | https://chromewebstore.google.com/detail/auro-wallet/cnmamaachppnkjgnildpdmkaakejnhae |
설명 | Mina Protocol Browser Extension Wallet |
파일 크기 | 1.36 MB |
설치 횟수 | 31,786 |
현재 버전 | 2.2.13 |
최근 업데이트 | 2024-02-10 |
출시 날짜 | 2021-04-29 |
평점 | 4.45/5 총 20 개의 평점 |
개발자 | https://aurowallet.com |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://www.aurowallet.com |
도움말 페이지 URL | https://www.aurowallet.com |
개인정보 보호 정책 페이지 URL | https://www.aurowallet.com/privacy-policy |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_appName__", "short_name": "__MSG_appName__", "description": "__MSG_appDescription__", "manifest_version": 3, "version": "2.2.13", "default_locale": "en", "icons": { "16": "img\/logo\/16.png", "19": "img\/logo\/19.png", "32": "img\/logo\/32.png", "38": "img\/logo\/38.png", "64": "img\/logo\/64.png", "128": "img\/logo\/128.png", "512": "img\/logo\/512.png" }, "permissions": [ "storage", "notifications", "activeTab", "offscreen" ], "content_security_policy": { "extension_pages": "script-src 'self' 'wasm-unsafe-eval'; object-src 'self'" }, "content_scripts": [ { "matches": [ "file:\/\/*\/*", "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "contentScript.js" ], "run_at": "document_start", "all_frames": true } ], "action": { "default_icon": { "16": "img\/logo\/16.png", "19": "img\/logo\/19.png", "32": "img\/logo\/32.png", "38": "img\/logo\/38.png", "64": "img\/logo\/64.png", "128": "img\/logo\/128.png", "512": "img\/logo\/512.png" }, "default_title": "Auro Wallet", "default_popup": "popup.html" }, "background": { "service_worker": "background.js", "type": "module" }, "minimum_chrome_version": "88", "web_accessible_resources": [ { "resources": [ "webhook.js" ], "matches": [ "file:\/\/*\/*", "http:\/\/*\/*", "https:\/\/*\/*" ] } ] } |