OpenChain Wallet
An Openchain wallet in your browser
OpenChain Wallet란 무엇입니까?
OpenChain Wallet은(는) OpenChain에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "An Openchain wallet in your browser"입니다.
확장 프로그램 스크린샷
OpenChain Wallet 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
An Openchain Wallet in your Browser OpenChain is an extension for accessing OpenChain enabled distributed applications, or "Dapps" in your browser! OpenChain also lets the user create and manage their own identities, so when a Dapp wants to perform a transaction and write to the blockchain, the user gets a secure interface to review the transaction, before approving or rejecting it. Because it adds functionality to the normal browser context, OpenChain requires the permission to read and write to any webpage.
확장 프로그램 기본 정보
이름 | OpenChain Wallet |
ID | gckeinaemakjllipmkjapfkpiimjpcla |
공식 URL | https://chromewebstore.google.com/detail/openchain-wallet/gckeinaemakjllipmkjapfkpiimjpcla |
설명 | An Openchain wallet in your browser |
파일 크기 | 3.16 MB |
설치 횟수 | 22 |
현재 버전 | 1.0.1 |
최근 업데이트 | 2022-03-11 |
출시 날짜 | 2022-02-27 |
개발자 | OpenChain |
이메일 | [email protected] |
결제 유형 | free |
지원되는 언어 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "version": "1.0.1", "short_name": "Wallet OPC", "name": "OpenChain Wallet", "description": "An Openchain wallet in your browser", "action": { "default_popup": "index.html", "default_title": "Open the popup" }, "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ ".\/static\/js\/main.js" ] } ], "permissions": [ "storage" ], "icons": { "16": "img\/icon-16.png", "48": "img\/icon-48.png", "128": "img\/icon-128.png" } } |