Z3US
An open source community centered browser wallet for the Radix DLT network.
Was ist Z3US?
Z3US ist eine Chrome-Erweiterung, die von https://z3us.com entwickelt wurde, und ihr Hauptmerkmal ist "An open source community centered browser wallet for the Radix DLT network.".
Erweiterungsscreenshots
Z3US-Erweiterungs-CRX-Datei herunterladen
Laden Sie Z3US-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
The extension injects the Z3US provider API into every website's javascript context, so that DApps can read from Radix ledger.
Grundlegende Informationen zur Erweiterung
Name | Z3US |
ID | icpikagpkkbldbfjlbefnmmmcohbjije |
Offizielle URL | https://chromewebstore.google.com/detail/z3us/icpikagpkkbldbfjlbefnmmmcohbjije |
Beschreibung | An open source community centered browser wallet for the Radix DLT network. |
Dateigröße | 12.14 MB |
Installationsanzahl | 10,000 |
Aktuelle Version | 2.0.32 |
Letztes Update | 2024-03-03 |
Veröffentlichungsdatum | 2022-05-16 |
Bewertung | 3.82/5 Insgesamt 17 Bewertungen |
Entwickler | https://z3us.com |
[email protected] | |
Zahlungsart | free |
Erweiterungswebsite | https://z3us.com |
Hilfeseite URL | https://github.com/z3us-dapps/z3us/issues |
URL der Datenschutzrichtlinien-Seite | https://z3us.com/privacy |
Unterstützte Sprachen | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "version": "2.0.32", "version_name": "2.0.32", "author": "https:\/\/z3us.com", "name": "Z3US", "short_name": "Z3US", "description": "An open source community centered browser wallet for the Radix DLT network.", "omnibox": { "keyword": "z3us" }, "action": { "default_popup": "src\/pages\/app\/system.html", "default_title": "Z3US", "default_icon": { "16": "favicon-16x16.png", "48": "favicon-48x48.png", "128": "favicon-128x128.png" } }, "commands": { "_execute_action": { "suggested_key": { "default": "Alt+Shift+Z", "windows": "Alt+Shift+Z", "mac": "Alt+Shift+Z", "chromeos": "Alt+Shift+Z", "linux": "Alt+Shift+Z" } } }, "icons": { "16": "favicon-16x16.png", "48": "favicon-48x48.png", "128": "favicon-128x128.png" }, "permissions": [ "storage", "management", "offscreen", "unlimitedStorage", "notifications", "activeTab", "scripting", "contextMenus", "idle" ], "host_permissions": [ "*:\/\/localhost\/*", "*:\/\/127.0.0.1\/*", "*:\/\/api.bitfinex.com\/*", "*:\/\/api.coingecko.com\/api\/*", "*:\/\/www.radixscan.io\/*", "*:\/\/api.ociswap.com\/*", "*:\/\/api.astrolescent.com\/z3us\/*" ], "background": { "service_worker": "service-worker-loader.js", "type": "module" }, "content_scripts": [ { "js": [ "assets\/content-script.ts-loader-189e4574.js" ], "matches": [ "*:\/\/*.localhost\/*", "*:\/\/*.127.0.0.1\/*", "http:\/\/*\/*", "https:\/\/*\/*" ], "run_at": "document_idle", "all_frames": true } ], "content_security_policy": { "extension_pages": "script-src 'self' 'wasm-unsafe-eval'; object-src 'self';" }, "web_accessible_resources": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "resources": [ "assets\/theme-cc2ba8f6.js", "assets\/logger-2ab1d8f6.js", "assets\/dapp-57086da3.js", "assets\/storage-345a2d3a.js", "assets\/types-b1b010f9.js", "assets\/timeout-dbdd88d4.js", "assets\/_types-8b39d2e0.js", "assets\/message-client-5487b2d5.js", "assets\/config-8654dad4.js", "assets\/first-036b4711.js", "assets\/Subject-a7442d19.js", "assets\/inpage.ts-36bb634b.js", "assets\/polyfills-31a68bfe.js", "assets\/types-a44fb88b.js", "assets\/content-script.ts-ccb188bf.js" ], "use_dynamic_url": false } ] } |