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
电子邮箱 [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"
    }
}