Z3US
An open source community centered browser wallet for the Radix DLT network.
Wat is Z3US?
Z3US is een Chrome-extensie ontwikkeld door https://z3us.com, en de belangrijkste functie is "An open source community centered browser wallet for the Radix DLT network.".
Extensie Screenshots
Download het CRX-bestand van de extensie Z3US
Download Z3US-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
The extension injects the Z3US provider API into every website's javascript context, so that DApps can read from Radix ledger.
Basisinformatie over de Extensie
Naam | Z3US |
ID | icpikagpkkbldbfjlbefnmmmcohbjije |
Officiële URL | https://chromewebstore.google.com/detail/z3us/icpikagpkkbldbfjlbefnmmmcohbjije |
Beschrijving | An open source community centered browser wallet for the Radix DLT network. |
Bestandsgrootte | 12.14 MB |
Aantal Installaties | 10,000 |
Huidige Versie | 2.0.32 |
Laatst Bijgewerkt | 2024-03-03 |
Publicatiedatum | 2022-05-16 |
Beoordeling | 3.82/5 Totaal 17 Beoordelingen |
Ontwikkelaar | https://z3us.com |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | https://z3us.com |
Help Pagina-URL | https://github.com/z3us-dapps/z3us/issues |
URL van de Privacybeleid Pagina | https://z3us.com/privacy |
Ondersteunde Talen | 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 } ] } |