Petra Aptos Wallet

A crypto wallet on Aptos.

Petra Aptos Walletとは何ですか?

Petra Aptos Walletはhttps://petra.appによって開発されたChromeの拡張機能で、その主な機能は「A crypto wallet on Aptos.」です。

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

screenshot
screenshot
screenshot
screenshot

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

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

拡張機能の使用方法

                        Petra wallet is an extension that lets you explore Aptos in your browser. Made with ❤️ by Aptos Labs.

With the browser extension installed, Petra allows you to engage with Web3 apps (or distributed applications) on the Aptos blockchain. 

🛡Security matters.
- Petra encrypts your keys and mnemonics on your device
- Import private keys and mnemonics into your wallet
- Easily review and simulate transactions before signing them

🔭 Explore confidently.
- Transfer coins and view NFTs all from within the extension
- Interact with NFT Marketplaces, DeFi applications, and other dApps
- Store and switch between multiple accounts easily                    

拡張機能の基本情報

名前 Petra Aptos Wallet Petra Aptos Wallet
ID ejjladinnckdgjemekebdpeokbikhfci
公式URL https://chromewebstore.google.com/detail/petra-aptos-wallet/ejjladinnckdgjemekebdpeokbikhfci
説明 A crypto wallet on Aptos.
ファイルサイズ 3.08 MB
インストール数 538,980
現在のバージョン 1.2.31
最終更新日 2024-03-03
公開日 2022-08-18
評価 4.92/5 合計 1664 レビュー
開発者 https://petra.app
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://petra.app
ヘルプページのURL https://petra.app/docs
プライバシーポリシーページのURL https://aptoslabs.com/privacy
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "short_name": "Petra",
    "name": "Petra Aptos Wallet",
    "version": "1.2.31",
    "manifest_version": 3,
    "description": "A crypto wallet on Aptos.",
    "action": {
        "default_popup": "index.html",
        "default_title": "Petra"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "static\/js\/contentscript.js"
            ],
            "run_at": "document_start"
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "static\/js\/inpage.js"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "background": {
        "service_worker": "static\/js\/background.js"
    },
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'; frame-ancestors 'none';"
    },
    "permissions": [
        "storage",
        "tabs",
        "alarms"
    ],
    "host_permissions": [
        "file:\/\/*\/*",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "icons": {
        "16": "icon16.png",
        "32": "icon32.png",
        "48": "icon48.png",
        "128": "icon128.png"
    }
}