Meteor Wallet

Securely store and stake your NEAR tokens and compatible assets with Meteor Wallet

Meteor Wallet란 무엇입니까?

Meteor Wallet은(는) Meteor Wallet에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Securely store and stake your NEAR tokens and compatible assets with Meteor Wallet"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot

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

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

확장 프로그램 사용 설명서

                        Meteor Wallet is a non-custodial crypto wallet for the NEAR blockchain that makes onboarding simple and exploring NEAR fun.

Meteor Wallet Features:

- Security: Your private data is always encrypted and stored securely.
- NFTs: The only NEAR wallet that shows asset values and full metadata.
- DeFi wallet with staking & swap aggregation:
  * Swaps: Compare & save with the lowest fees & slippage available from over 50 tokens.
  * Staking: Compare and select your best options from 90+ validators and pools.
- Simplified transaction activity to help you understand your activity.
- An "Explore NEAR" feed with the latest from the ecosystem.
- Learn & Earn with Meteor Challenges and Rewards!

And we are constantly evolving and hard at work- there are plenty of exciting new features on the way!                    

확장 프로그램 기본 정보

이름 Meteor Wallet Meteor Wallet
ID pcndjhkinnkaohffealmlmhaepkpmgkb
공식 URL https://chromewebstore.google.com/detail/meteor-wallet/pcndjhkinnkaohffealmlmhaepkpmgkb
설명 Securely store and stake your NEAR tokens and compatible assets with Meteor Wallet
파일 크기 6.41 MB
설치 횟수 7,000
현재 버전 0.5.17
최근 업데이트 2024-01-18
출시 날짜 2022-08-21
평점 4.70/5 총 20 개의 평점
개발자 Meteor Wallet
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://meteorwallet.app
개인정보 보호 정책 페이지 URL https://meteorwallet.app/terms/privacy
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Meteor Wallet",
    "description": "Securely store and stake your NEAR tokens and compatible assets with Meteor Wallet",
    "version": "0.5.17",
    "manifest_version": 3,
    "permissions": [
        "storage"
    ],
    "background": {
        "service_worker": "service-worker-loader.js",
        "type": "module"
    },
    "action": {
        "default_popup": "index_popup.html",
        "default_title": "Open the wallet"
    },
    "content_scripts": [
        {
            "js": [
                "assets\/content-script-loader.meteor_content_script.ts-b37120e0-eafec9e5.js"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "web_accessible_resources": [
        {
            "matches": [
                ""
            ],
            "resources": [
                "src\/extension\/scripts\/meteor_inpage.ts"
            ],
            "use_dynamic_url": false
        },
        {
            "matches": [
                ""
            ],
            "resources": [
                "assets\/constants_theme-23dfedce.js",
                "assets\/meteor_inpage-1034ca8f.js",
                "assets\/types_dappConnect-6035df19.js",
                "assets\/meteor_content_script.ts-b37120e0.js"
            ],
            "use_dynamic_url": true
        }
    ],
    "icons": {
        "16": "src\/assets\/extension\/logo_16.png",
        "48": "src\/assets\/extension\/logo_48.png",
        "128": "src\/assets\/extension\/logo_128.png"
    }
}