Petra Aptos Wallet

A crypto wallet on Aptos.

Petra Aptos Wallet क्या है?

Petra Aptos Wallet https://petra.app द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "A crypto wallet on Aptos."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Petra Aptos Wallet एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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"
    }
}