Lace

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

什麼是Lace?

Lace是由https://lace.io開發的Chrome擴展程式,該擴展的主要功能是“One fast, accessible, and secure platform for digital assets, DApps, NFTs, and DeFi.”。

擴展截圖

下載Lace擴展crx文件

下載Lace擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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                    

擴展基本資訊

名稱 Lace Lace
ID gafhhkghbfjjkeiendhlofajokpaflmk
官方網址 https://chromewebstore.google.com/detail/lace/gafhhkghbfjjkeiendhlofajokpaflmk
簡介 One fast, accessible, and secure platform for digital assets, DApps, NFTs, and DeFi.
檔案大小 14.25 MB
安裝次數 10,000
目前版本 1.8.2
更新時間 2024-02-12
上架時間 2022-12-08
評分 4.85/5 共 87 次評分
開發者 https://lace.io
電子郵箱 [email protected]
付費類型 free
擴展官網 https://www.lace.io/
說明頁面URL https://iohk.zendesk.com/hc/en-us
隱私政策頁面URL https://www.lace.io/iog-privacy-policy.pdf
支援的語言 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:\/\/*\/*",
                ""
            ]
        }
    ]
}