Morphis Wallet
Morphis - the most friendly wallet on Sui
Hvad er Morphis Wallet?
Morphis Wallet er en Chrome-udvidelse udviklet af morphiswallet, og dens hovedfunktion er "Morphis - the most friendly wallet on Sui".
Udvidelsesskærmbilleder
Download Morphis Wallet-udvidelses-CRX-fil
Download Morphis Wallet-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
Morphis wallet is a friendly wallet to get started with your web3 journey. Morphis allows you to manage all your web3 assets in one place, from tokens and NFTs to game assets and your gateway to thousands of dApps. Morphis will be your single access point to the unlimited potential of the web3 world.
Grundlæggende oplysninger om udvidelsen
Navn | Morphis Wallet |
ID | heefohaffomkkkphnlpohglngmbcclhi |
Officiel URL | https://chromewebstore.google.com/detail/morphis-wallet/heefohaffomkkkphnlpohglngmbcclhi |
Beskrivelse | Morphis - the most friendly wallet on Sui |
Filstørrelse | 925 KB |
Antal Installationer | 10,000 |
Nuværende Version | 0.0.9.4 |
Senest Opdateret | 2023-07-07 |
Udgivelsesdato | 2022-12-12 |
Bedømmelse | 4.98/5 Samlet 2472 Bedømmelser |
Udvikler | morphiswallet |
[email protected] | |
Betalingsmetode | free |
Udvidelseswebsted | https://morphiswallet.com/ |
URL til Fortrolighedspolitik Side | https://morphiswallet.com/privacy |
Understøttede Sprog | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Morphis Wallet", "description": "Morphis - the most friendly wallet on Sui", "version": "0.0.9.4", "manifest_version": 3, "background": { "service_worker": "background.js" }, "permissions": [ "storage", "tabs", "alarms" ], "action": { "default_popup": "ui.html?type=popup" }, "host_permissions": [ "http:\/\/127.0.0.1:5001\/", "https:\/\/fullnode.devnet.sui.io\/", "https:\/\/fullnode.staging.sui.io\/" ], "icons": { "16": "manifest\/icons\/morphis-logo-16.png", "32": "manifest\/icons\/morphis-logo-32.png", "48": "manifest\/icons\/morphis-logo-48.png", "128": "manifest\/icons\/morphis-logo-128.png" }, "content_scripts": [ { "matches": [ " |