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ファイルをダウンロード

Meteor Wallet拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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
Eメール [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"
    }
}