Lace

One fast, accessible, and secure platform for digital assets, DApps, NFTs, and DeFi.

Co to jest Lace?

Lace to rozszerzenie Chrome opracowane przez https://lace.io, a jego główną funkcją jest „One fast, accessible, and secure platform for digital assets, DApps, NFTs, and DeFi.”.

Zrzuty ekranu rozszerzenia

Pobierz plik CRX rozszerzenia Lace

Pobierz pliki rozszerzeń Lace w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        One fast, accessible, easy-to-use, and secure platform for digital assets, DApps, NFTs, and DeFi. 
Lace. Hello Web3.

Get the first light wallet platform from Input Output Global, one of the creators of Cardano. Lace welcomes you into the new world of Web3, letting you manage your digital assets, access NFTs, easily stake your ada, and connect to a world of Cardano DApps, all from one easy-to-use interface. And many more features are in the pipeline.

YOUR SECURITY IS OUR PRIORITY
Enjoy added security with hardware wallet integration. Use hardware wallets like Ledger Nano S, Nano S+ and Nano X seamlessly from within Lace.

VERIFIED FOR YOUR PEACE OF MIND
Lace has been independently audited and manually verified by external auditor, FYEO, so the Lace team can improve code quality and security – giving you greater peace of mind. 

YOUR COLLECTIBLES ALWAYS AT HAND
View your Cardano NFTs in all their glory. Store your NFTs in the gallery or send to other wallets. Access marketplaces to browse and purchase Cardano NFTs.

LET YOUR DIGITAL ASSETS WORK FOR YOU
Explore stake pools on Cardano and choose where you delegate. Stake your ada to receive rewards for participating in the network. Plus, view your rewards history and chart your progress.

ONE WALLET, A WORLD OF DAPPS
The Lace DApp Connector makes accessing Web3 fast and easy. Connect to Cardano DApps with one wallet and use your ada on DEXs, DeFi services, and NFT marketplaces.

SAVE YOUR ADDRESSES IN ONE PLACE
Save your frequently used wallet addresses to the address book and access them with just a couple of clicks.

BUNDLE YOUR TRANSACTIONS - AND SAVE
With the new bundle feature you can send different types of assets to multiple users, all in one transaction – with just one transaction fee. Plus, reduce network congestion to keep transactions fast and seamless. You can find out more at https://www.lace.io                    

Podstawowe informacje o rozszerzeniu

Nazwa Lace Lace
ID gafhhkghbfjjkeiendhlofajokpaflmk
Oficjalny URL https://chromewebstore.google.com/detail/lace/gafhhkghbfjjkeiendhlofajokpaflmk
Opis One fast, accessible, and secure platform for digital assets, DApps, NFTs, and DeFi.
Rozmiar pliku 14.25 MB
Liczba instalacji 10,000
Aktualna Wersja 1.8.2
Ostatnia Aktualizacja 2024-02-12
Data Publikacji 2022-12-08
Ocena 4.85/5 Łącznie 87 Oceny
Deweloper https://lace.io
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia https://www.lace.io/
Adres URL Strony Pomocy https://iohk.zendesk.com/hc/en-us
Adres URL Strony Polityki Prywatności https://www.lace.io/iog-privacy-policy.pdf
Obsługiwane Języki en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Lace",
    "description": "One fast, accessible, and secure platform for digital assets, DApps, NFTs, and DeFi.",
    "version": "1.8.2",
    "manifest_version": 3,
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAka60JHxHX0cwGYYMYLqLLzFOXcKyPo0JJAMqb0UE1htxfx5o3KBQGrOhlhzfUHtSNiSHBxdV+MEoICbogHPZu\/vRF+4KRATzEjd+\/2KCLKpjn2xvG3ay+WvFi5vhzk8h0dJelLKIX8lR0C31B+HU4oiwP+DwPTjlMELRZM68HxCXZ2UjY4VIkbNyWjKmsmuUwP2k7ul6vD\/5ePEac69KRFI9Z+aI7kg0UnVbDYg+jJDupHlVGtxnbrjsBwEhUHISFZbGuSjtnFDNf2LHN1iReVlfpg1kJFvj9chaULo64iMjsp+eCoVtZHq1OTAm03jpNOp3k2sRluBQz2wk5zjnswIDAQAB",
    "icons": {
        "16": "icon16.png",
        "32": "icon32.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "background": {
        "service_worker": ".\/js\/background.js"
    },
    "action": {
        "default_popup": "popup.html"
    },
    "permissions": [
        "webRequest",
        "storage",
        "tabs",
        "unlimitedStorage"
    ],
    "host_permissions": [
        ""
    ],
    "content_security_policy": {
        "extension_pages": "default-src 'self' ; frame-src https:\/\/connect.trezor.io\/ https:\/\/www.youtube-nocookie.com; script-src 'self' 'wasm-unsafe-eval' ; font-src 'self' https:\/\/use.typekit.net; object-src 'self'; connect-src https:\/\/backend.live-mainnet.eks.lw.iog.io https:\/\/backend.live-preprod.eks.lw.iog.io https:\/\/backend.live-preview.eks.lw.iog.io https:\/\/api.handle.me https:\/\/preprod.api.handle.me https:\/\/preview.api.handle.me https:\/\/coingecko.live-mainnet.eks.lw.iog.io https:\/\/muesliswap.live-mainnet.eks.lw.iog.io  https:\/\/matomo.cw.iog.io\/ https:\/\/eu.posthog.com\/ https:\/\/use.typekit.net data:; style-src * 'unsafe-inline'; img-src * data:;"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*",
                "file:\/\/*\/*"
            ],
            "js": [
                ".\/js\/content.js"
            ],
            "run_at": "document_start",
            "all_frames": true
        },
        {
            "matches": [
                "*:\/\/connect.trezor.io\/*\/popup.html"
            ],
            "js": [
                "js\/trezor-content-script.js"
            ],
            "all_frames": true
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "\/js\/inject.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*",
                ""
            ]
        }
    ]
}