Core | Crypto Wallet & NFT Extension

Your home for Avalanche (AVAX) and beyond.

Core | Crypto Wallet & NFT Extensionคืออะไร?

Core | Crypto Wallet & NFT Extension เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Ava Labs และคุณลักษณะหลักของมันคือ "Your home for Avalanche (AVAX) and beyond."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Core | Crypto Wallet & NFT Extension

ดาวน์โหลดไฟล์ส่วนขยาย Core | Crypto Wallet & NFT Extension ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        CORE IS DIFFERENT
- 10x faster than Metamask
- Native Bitcoin and Ethereum bridge
- Aggregates network, pricing and DeFi data
- Sign up with Gmail and self-custody your crypto
- Available as a web app and mobile wallet

WAKE YOUR ASSETS UP WITH CORE
- Connect to dApps
- Stake your AVAX
- Swap your crypto
- Manage your NFTs

HOW TO GET STARTED
1. Download Core
2. Create or import wallet
3. Buy AVAX or Send/Receive AVAX, BTC, ETH or any EVM compatible token
4. Head to core.app/discover to explore 300+ dApps

BUILDING TOOLS TO EXPAND THE AVALANCHE ECOSYSTEM
Ava Labs is committed to delivering best-in-class technology. We are empowering people to build an open, simple, and democratic internet of finance. With Core, you own your data and your assets.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Core | Crypto Wallet & NFT Extension Core | Crypto Wallet & NFT Extension
ID agoakfejjabomempkjlepdflaleeobhb
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/core-crypto-wallet-nft-ex/agoakfejjabomempkjlepdflaleeobhb
คำอธิบาย Your home for Avalanche (AVAX) and beyond.
ขนาดไฟล์ 16.08 MB
จำนวนการติดตั้ง 40,528
เวอร์ชันปัจจุบัน 1.73.0
อัปเดตครั้งล่าสุด 2024-03-01
วันที่เผยแพร่ 2022-06-22
คะแนน 4.24/5 รวมทั้งหมด 90 คะแนน
ผู้พัฒนา Ava Labs
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://join.core.app/
URL หน้าช่วยเหลือ https://support.avax.network
URL หน้านโยบายความเป็นส่วนตัว https://www.avalabs.org/privacy-policy
ภาษาที่รองรับ de,en,tr,es,ru,hi,zh-CN,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Core | Crypto Wallet & NFT Extension",
    "short_name": "Core",
    "version": "1.73.0",
    "manifest_version": 3,
    "author": "AvaLabs",
    "description": "Your home for Avalanche (AVAX) and beyond.",
    "default_locale": "en",
    "commands": {
        "_execute_browser_action": {
            "suggested_key": {
                "windows": "Alt+Shift+B",
                "mac": "Alt+Shift+B",
                "chromeos": "Alt+Shift+B",
                "linux": "Alt+Shift+B"
            }
        }
    },
    "icons": {
        "16": "images\/icon-16.png",
        "192": "images\/icon-192.png"
    },
    "background": {
        "service_worker": "js\/backgroundPage.js"
    },
    "action": {
        "default_icon": {
            "16": "images\/icon-16.png",
            "32": "images\/icon-32.png"
        },
        "default_title": "Core | Crypto Wallet & NFT Extension",
        "default_popup": "popup.html"
    },
    "permissions": [
        "storage",
        "unlimitedStorage",
        "activeTab",
        "contextMenus",
        "notifications",
        "tabs",
        "scripting",
        "identity"
    ],
    "host_permissions": [
        "file:\/\/*\/*",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "oauth2": {
        "client_id": "1023766203719-o6q337dkc3brnumrkmsjuq8vvvd06p9s.apps.googleusercontent.com",
        "scopes": [
            "openid",
            "email"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                "file:\/\/*\/*",
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "js\/contentscript.js"
            ],
            "run_at": "document_start",
            "all_frames": true
        }
    ],
    "content_security_policy": {
        "extension_pages": "default-src 'self'; script-src 'self' 'wasm-unsafe-eval'; img-src 'self' https: ipfs: data:; connect-src 'self' http: https: wss:; font-src 'self' https:\/\/fonts.gstatic.com; style-src 'self' 'unsafe-inline' https:\/\/fonts.googleapis.com; child-src 'none'; frame-ancestors 'none'; object-src 'none'"
    }
}