Polygon Wallet

Polygon Wallet - PoS Matic

Polygon Walletとは何ですか?

Polygon WalletはGrant Ecosystem Researchによって開発されたChromeの拡張機能で、その主な機能は「Polygon Wallet - PoS Matic」です。

拡張機能のスクリーンショット

screenshot
screenshot
screenshot
screenshot

Polygon Wallet拡張機能のCRXファイルをダウンロード

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

拡張機能の使用方法

                        Best Crypto digital wallet supporting Bitcoin, Ethereum, BNB, Swap and NFT Market

Getting started with Polygon PoS chain
The safe, fast, and most secure way to use Polygon PoS.

The first and most popular Polygon wallet. Recommended by Polygon Foundation.

Main function:
Send and receive Matic, USDC and TRC20 tokens;
Integrate smart contract calls on developers’ site; 
Use Dapps within the browser.                    

拡張機能の基本情報

名前 Polygon Wallet Polygon Wallet
ID bjnlkgkghpnjgkonekahiadjmgjpmdak
公式URL https://chrome.google.com/webstore/detail/polygon-wallet/bjnlkgkghpnjgkonekahiadjmgjpmdak
説明 Polygon Wallet - PoS Matic
ファイルサイズ 7.22 MB
インストール数 1,448
現在のバージョン 5.1.13
最終更新日 2023-04-14
公開日 2022-08-23
評価 4.47/5 合計 30 レビュー
開発者 Grant Ecosystem Research
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://wallet.polygon.technology/
プライバシーポリシーページのURL https://polygonfinance.org/assets/pp-polygon.txt
対応言語 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Polygon Wallet",
    "description": "Polygon Wallet - PoS Matic",
    "version": "5.1.13",
    "icons": {
        "16": "icon.png",
        "48": "icon.png",
        "128": "icon_128.png"
    },
    "action": {
        "default_popup": "popup.html",
        "default_title": "Polygon Wallet",
        "default_icon": "icon.png"
    },
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "contentScript.js"
            ]
        }
    ],
    "permissions": [
        "storage"
    ]
}