Volt Wallet
Volt Wallet
Volt Wallet란 무엇입니까?
Volt Wallet은(는) Volt.id에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Volt Wallet"입니다.
확장 프로그램 스크린샷
Volt Wallet 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Bitcoin wallet and BFI(Bitcoin Finance) portal Volt is a Bitcoin and multi-chain crypto wallet in your Browser Volt is an extension for reading from and writing to Bitcoin blockchain! Scan QR code with Volt mobile App to connect with extention wallet in a simple and secure way. Volt is also the first wallet that supports interacting with BFI(called 'DeFi' by the wider crypto community) on Bitcoin Volt also lets the user create and manage their own identities and application connection, when a third party app requires the user to approve permission, the user is presented an interface to review permisssions and transaction, before approving or rejecting it. Volt nables access to: Web 3.0, Bitcoin Dapps, Bitcoin NFTs, STP(Sensible Token Protocol) tokens.
확장 프로그램 기본 정보
이름 | |
ID | nefphheeepefieolhnenmbfmoppchgdg |
공식 URL | https://chrome.google.com/webstore/detail/volt-wallet/nefphheeepefieolhnenmbfmoppchgdg |
설명 | Volt Wallet |
파일 크기 | 4.07 MB |
설치 횟수 | 813 |
현재 버전 | 2.2.5 |
최근 업데이트 | 2022-06-15 |
출시 날짜 | 2022-01-10 |
평점 | 5.00/5 총 3 개의 평점 |
개발자 | Volt.id |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://www.volt.id |
도움말 페이지 URL | https://www.volt.id |
개인정보 보호 정책 페이지 URL | https://volt.id |
지원되는 언어 | en,zh-CN |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Volt Wallet", "version": "2.2.5", "homepage_url": "https:\/\/volt.id", "description": "Volt Wallet", "default_locale": "en", "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'", "permissions": [ "storage", "tabs" ], "icons": { "48": ".\/dist\/assets\/50.png", "128": ".\/dist\/assets\/150.png" }, "background": { "scripts": [ "dist\/background.js" ], "persistent": true }, "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "dist\/content.js" ], "run_at": "document_start", "all_frames": true } ], "web_accessible_resources": [ "dist\/script.js" ], "browser_action": { "default_popup": ".\/index.html", "default_title": "Volt Wallet", "default_icon": { "48": ".\/dist\/assets\/50.png" } } } |