Petra Aptos Wallet

A crypto wallet on Aptos.

Qu'est-ce que Petra Aptos Wallet ?

Petra Aptos Wallet est une extension Chrome développée par https://petra.app, et sa fonction principale est "A crypto wallet on Aptos.".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension Petra Aptos Wallet

Téléchargez les fichiers d'extension Petra Aptos Wallet au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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                    

Informations de Base sur l'Extension

Nom Petra Aptos Wallet Petra Aptos Wallet
ID ejjladinnckdgjemekebdpeokbikhfci
URL Officiel https://chromewebstore.google.com/detail/petra-aptos-wallet/ejjladinnckdgjemekebdpeokbikhfci
Description A crypto wallet on Aptos.
Taille du Fichier 3.08 MB
Nombre d'Installations 538,980
Version Actuelle 1.2.31
Dernière Mise à Jour 2024-03-03
Date de Publication 2022-08-18
Évaluation 4.92/5 Total 1664 Évaluations
Développeur https://petra.app
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://petra.app
URL de la Page d'Aide https://petra.app/docs
URL de la Page de Politique de Confidentialité https://aptoslabs.com/privacy
Langues Prises en Charge 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"
    }
}