Petra Aptos Wallet

A crypto wallet on Aptos.

O que é Petra Aptos Wallet?

Petra Aptos Wallet é uma extensão do Chrome desenvolvida por https://petra.app, e sua principal característica é "A crypto wallet on Aptos.".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão Petra Aptos Wallet

Baixe arquivos de extensão Petra Aptos Wallet no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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                    

Informações Básicas da Extensão

Nome Petra Aptos Wallet Petra Aptos Wallet
ID ejjladinnckdgjemekebdpeokbikhfci
URL Oficial https://chromewebstore.google.com/detail/petra-aptos-wallet/ejjladinnckdgjemekebdpeokbikhfci
Descrição A crypto wallet on Aptos.
Tamanho do Arquivo 3.08 MB
Contagem de Instalações 538,980
Versão Atual 1.2.31
Última Atualização 2024-03-03
Data de Publicação 2022-08-18
Classificação 4.92/5 Total de 1664 Avaliações
Desenvolvedor https://petra.app
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://petra.app
URL da Página de Ajuda https://petra.app/docs
URL da Página de Política de Privacidade https://aptoslabs.com/privacy
Idiomas Suportados 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"
    }
}