Lace

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

O que é Lace?

Lace é uma extensão do Chrome desenvolvida por https://lace.io, e sua principal característica é "One fast, accessible, and secure platform for digital assets, DApps, NFTs, and DeFi.".

Capturas de Tela da Extensão

Baixar o arquivo CRX da Extensão Lace

Baixe arquivos de extensão Lace no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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                    

Informações Básicas da Extensão

Nome Lace Lace
ID gafhhkghbfjjkeiendhlofajokpaflmk
URL Oficial https://chromewebstore.google.com/detail/lace/gafhhkghbfjjkeiendhlofajokpaflmk
Descrição One fast, accessible, and secure platform for digital assets, DApps, NFTs, and DeFi.
Tamanho do Arquivo 14.25 MB
Contagem de Instalações 10,000
Versão Atual 1.8.2
Última Atualização 2024-02-12
Data de Publicação 2022-12-08
Classificação 4.85/5 Total de 87 Avaliações
Desenvolvedor https://lace.io
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://www.lace.io/
URL da Página de Ajuda https://iohk.zendesk.com/hc/en-us
URL da Página de Política de Privacidade https://www.lace.io/iog-privacy-policy.pdf
Idiomas Suportados 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:\/\/*\/*",
                ""
            ]
        }
    ]
}