Around Wallet
Near chain wallet provides users with a lighter experience
Around Wallet란 무엇입니까?
Around Wallet은(는) aroundprotocol에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Near chain wallet provides users with a lighter experience"입니다.
확장 프로그램 스크린샷
Around Wallet 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Around Wallet Around is a web-based cryptocurrency wallet and browser extension that enables you to safely manage assets on the Near blockchain. In addition to sending and receiving funds, Around also allows you to securely connect and interact with decentralized applications (Dapps) on the Near blockchain and other chains.
확장 프로그램 기본 정보
이름 | Around Wallet |
ID | hlcmhgjjiaibmpgmiijooccapcbgmpmb |
공식 URL | https://chromewebstore.google.com/detail/around-wallet/hlcmhgjjiaibmpgmiijooccapcbgmpmb |
설명 | Near chain wallet provides users with a lighter experience |
파일 크기 | 3.27 MB |
설치 횟수 | 73 |
현재 버전 | 1.0.0 |
최근 업데이트 | 2022-04-26 |
출시 날짜 | 2022-04-26 |
개발자 | aroundprotocol |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://around.finance/ |
개인정보 보호 정책 페이지 URL | https://around-protocol.gitbook.io/around/other/terms-of-use |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Around Wallet", "homepage_url": "https:\/\/wallet.near.org\/", "description": "Near chain wallet provides users with a lighter experience", "default_locale": "en", "permissions": [ "storage", "alarms" ], "icons": { "16": "icons\/16.png", "38": "icons\/38.png", "48": "icons\/48.png", "128": "icons\/128.png" }, "background": { "service_worker": "js\/background.js" }, "content_scripts": [ { "all_frames": true, "js": [ "js\/content-script.js", "js\/inpage-script.js" ], "matches": [ "file:\/\/*\/*", "http:\/\/*\/*", "https:\/\/*\/*" ], "run_at": "document_start" } ], "action": { "default_popup": "popup.html", "default_title": "Around Wallet", "default_icon": { "16": "icons\/16.png", "19": "icons\/19.png", "38": "icons\/38.png" } }, "web_accessible_resources": [ { "resources": [ "js\/inpage-script.js" ], "matches": [ " |