Magic Eden Wallet

A digital wallet for cross-chain collectors. Collect any NFT on any chain, and securely manage your entire digital collection.

Magic Eden Wallet란 무엇입니까?

Magic Eden Wallet은(는) https://magiceden.io에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "A digital wallet for cross-chain collectors. Collect any NFT on any chain, and securely manage your entire digital collection."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot
screenshot

Magic Eden Wallet 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        Your One-Stop Wallet for all things NFT across SOL and BTC
• NFT Portfolio Management: View your entire portfolio across all your tokens and NFTs and track pricing, portfolio value, and transaction history. Once you’re ready to trade, you can list and accept offers - all within the app.
• Magic Eden Integration: The first digital wallet to be directly integrated with an NFT platform, letting you view purchase, list, and sell SOL NFTs directly from your wallet. Want to trade elsewhere? The Magic Eden wallet is built with the latest wallet standards across SOL & BTC for seamless and safe connection to dapps.
• Security and tech you can trust: The Magic Eden wallet was developed in close partnership with the Exodus wallet team, and has been thoroughly audited by Halborn. To drive trust with the community, we've partnered with Blowfish to scan transactions, and we’re open-sourcing our keychain module for users to inspect the code themselves shortly after launch.
The best wallet for the adventurous NFT collector & trader
• Easy, instant in-app swaps, bridging, and top-ups: Whether it’s importing existing wallets or topping up in-app, we make it easy to quickly start swapping across chains (including BTC to SOL) to get the funds you need.
• Native Ordinals and BRC-20 support: with the Magic Eden wallet you can send, receive or purchase Ordinals, see full transaction history, and search and send any BRC-20 tokens - all within the app
• End-to-end Rare Sats Management: All the sats, all in one seamless ecosystem. Open your wallet to view your sats, and use the Magic Eden platform to quickly list your sats on the Magic Eden platform.                    

확장 프로그램 기본 정보

이름 Magic Eden Wallet Magic Eden Wallet
ID mkpegjkblkkefacfnmkajcjmabijhclg
공식 URL https://chromewebstore.google.com/detail/magic-eden-wallet/mkpegjkblkkefacfnmkajcjmabijhclg
설명 A digital wallet for cross-chain collectors. Collect any NFT on any chain, and securely manage your entire digital collection.
파일 크기 19.9 MB
설치 횟수 128,118
현재 버전 2.6.0
최근 업데이트 2024-02-27
출시 날짜 2023-11-27
평점 3.91/5 총 131 개의 평점
개발자 https://magiceden.io
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://magiceden.io/
도움말 페이지 URL https://help.magiceden.io/en/
개인정보 보호 정책 페이지 URL http://magiceden.io/legal/privacy-policy
지원되는 언어 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "description": "A digital wallet for cross-chain collectors. Collect any NFT on any chain, and securely manage your entire digital collection.",
    "version": "2.6.0",
    "manifest_version": 3,
    "homepage_url": "https:\/\/magiceden.io\/",
    "permissions": [
        "storage",
        "unlimitedStorage",
        "alarms"
    ],
    "minimum_chrome_version": "100",
    "background": {
        "service_worker": "background.js"
    },
    "action": {
        "default_popup": "popup.html?scaletofit=true&isPopup=true",
        "default_title": "Magic Eden",
        "default_icon": {
            "16": "assets\/png\/icon_16x16.png",
            "32": "assets\/png\/icon_32x32.png",
            "128": "assets\/png\/icon_128x128.png"
        }
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*\/*",
                "http:\/\/localhost\/*",
                "http:\/\/127.0.0.1\/*",
                "http:\/\/[::1]\/*"
            ],
            "run_at": "document_start",
            "js": [
                "content.js"
            ]
        }
    ],
    "content_security_policy": {
        "extension_pages": "default-src 'self'; frame-src https:\/\/ord-mirror.magiceden.dev; frame-ancestors 'self'; form-action 'none'; object-src 'none'; style-src 'self' 'unsafe-inline'; img-src 'self' https:\/\/fetch-n-cache.a.exodus.io https:\/\/img-cdn.magiceden.dev https:\/\/renderer.magiceden.dev data:; connect-src https: wss: data: blob:",
        "sandbox": "sandbox default-src 'self'; frame-src https:\/\/ord-mirror.magiceden.dev; frame-ancestors 'self'; form-action 'none'; object-src 'none'; style-src 'self' 'unsafe-inline'; img-src 'self' https:\/\/fetch-n-cache.a.exodus.io https:\/\/img-cdn.magiceden.dev https:\/\/renderer.magiceden.dev data:; connect-src https: wss: data: blob:"
    },
    "web_accessible_resources": [
        {
            "matches": [
                "https:\/\/*\/*",
                "http:\/\/localhost\/*",
                "http:\/\/127.0.0.1\/*",
                "http:\/\/[::1]\/*"
            ],
            "resources": [
                "ethereum-provider.js",
                "management-provider.js",
                "solana-provider.js",
                "inapp.js",
                "sell-crypto.html",
                "sell-crypto.js",
                "buy-crypto.html",
                "buy-crypto.js"
            ]
        }
    ],
    "externally_connectable": [],
    "name": "Magic Eden Wallet",
    "short_name": "Magic Eden",
    "icons": {
        "16": "assets\/png\/icon_16x16.png",
        "32": "assets\/png\/icon_32x32.png",
        "128": "assets\/png\/icon_128x128.png"
    }
}