Aleph Zero Signer
Manage your Aleph Zero accounts and sign dApp transactions in a user-friendly way.
Aleph Zero Signer란 무엇입니까?
Aleph Zero Signer은(는) https://alephzero.org에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Manage your Aleph Zero accounts and sign dApp transactions in a user-friendly way."입니다.
확장 프로그램 스크린샷
Aleph Zero Signer 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Welcome to Aleph Zero Signer, your gateway to the Aleph Zero ecosystem. Aleph Zero Signer has been created to simplify the experience of interacting with Web3 apps. With its easy-to-use interface, you'll always know your next step. With the Aleph Signer, you'll be able to: - Conduct transactions in Web3 apps - Sign transactions initiated - Manage accounts and derive sub-accounts from your main account using a single mnemonic. The Aleph Zero Signer will not only work with applications built on Aleph Zero, but it supports other networks using the Substrate framework, such as in the Polkadot and Kusama ecosystems. Seamlessly use AZERO, DOT, KSM, ASTR, GLMR, and more! Navigate Web3 effortlessly with Aleph Zero Signer!
확장 프로그램 기본 정보
이름 | Aleph Zero Signer |
ID | opbinaebpmphpefcimknblieddamhmol |
공식 URL | https://chromewebstore.google.com/detail/aleph-zero-signer/opbinaebpmphpefcimknblieddamhmol |
설명 | Manage your Aleph Zero accounts and sign dApp transactions in a user-friendly way. |
파일 크기 | 2.02 MB |
설치 횟수 | 2,047 |
현재 버전 | 1.1.0 |
최근 업데이트 | 2023-09-15 |
출시 날짜 | 2023-08-01 |
평점 | 5.00/5 총 10 개의 평점 |
개발자 | https://alephzero.org |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://alephzero.org |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "author": "Aleph Zero", "description": "Manage your Aleph Zero accounts and sign dApp transactions in a user-friendly way.", "homepage_url": "https:\/\/alephzero.org\/", "name": "Aleph Zero Signer", "short_name": "Aleph Zero Signer", "manifest_version": 3, "permissions": [ "storage", "tabs" ], "background": { "service_worker": "background.js" }, "action": { "default_title": "Aleph Zero Signer", "default_popup": "index.html" }, "content_scripts": [ { "js": [ "content.js" ], "matches": [ "http:\/\/localhost\/*", "http:\/\/127.0.0.1\/*", "https:\/\/*\/*" ], "run_at": "document_start" } ], "icons": { "16": "images\/icon-16.png", "32": "images\/icon-32.png", "48": "images\/icon-48.png", "64": "images\/icon-64.png", "128": "images\/icon-128.png" }, "web_accessible_resources": [ { "resources": [ "page.js" ], "matches": [ "http:\/\/localhost\/*", "http:\/\/127.0.0.1\/*", "https:\/\/*\/*" ] } ], "content_security_policy": { "extension_pages": "script-src 'self' 'wasm-unsafe-eval'" }, "version": "1.1.0" } |