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 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Manage your Aleph Zero accounts and sign dApp transactions in a user-friendly way."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Aleph Zero Signer एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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" } |