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文件
下载Aleph Zero Signer扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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" } |