Temple - Tezos Wallet

🔐💰Cryptocurrency wallet for Tezos blockchain as Web Extension for your Browser.

Temple - Tezos Wallet क्या है?

Temple - Tezos Wallet Madfish Solutions द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "🔐💰Cryptocurrency wallet for Tezos blockchain as Web Extension for your Browser."।

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

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

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

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

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

                        Temple Wallet is easy-to-use browser extension wallet for Tezos ecosystem. 

Temple provides the ability to interact with web-based decentralised applications (so-called "dApps") right from your browser.

Other important features include:
- Exploring various Tezos-based assets
- Easy account import from other Tezos wallets
- Multiple accounts
- Delegation to bakers
- FA1.2 / FA2 tokens
- Multiple networks
- Collectibles support
- Built-in DEX swaps

It is a fully open-source and audited wallet, you can observe its source code via the following link:

https://github.com/madfish-solutions/templewallet-extension

Security audit report by LeastAuthority:
https://leastauthority.com/static/publications/LeastAuthority_Tezos_Foundation_Thanos_Wallet_Audit_Report.pdf

Privacy Policy: https://templewallet.com/privacy                    

एक्सटेंशन की मूल जानकारी

नाम Temple - Tezos Wallet Temple - Tezos Wallet
ID ookjlbkiijinhpmnjffcofjonbfbgaoc
आधिकारिक URL https://chromewebstore.google.com/detail/temple-tezos-wallet/ookjlbkiijinhpmnjffcofjonbfbgaoc
विवरण 🔐💰Cryptocurrency wallet for Tezos blockchain as Web Extension for your Browser.
फ़ाइल का आकार 9.55 MB
स्थापना संख्या 181,220
वर्तमान संस्करण 1.19.9
अंतिम अपडेट 2024-02-22
प्रकाशन तिथि 2020-06-24
रेटिंग 4.43/5 कुल 49 रेटिंग्स
डेवलपर Madfish Solutions
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://templewallet.com/
सहायता पृष्ठ URL https://templewallet.com/contact
गोपनीयता नीति पृष्ठ URL https://templewallet.com/privacy
समर्थित भाषाएँ de,en,en-GB,fr,tr,ru,uk,zh-CN,zh-TW,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "version": "1.19.9",
    "name": "Temple - Tezos Wallet",
    "short_name": "Temple - Tezos Wallet",
    "icons": {
        "16": "misc\/icon-16.png",
        "19": "misc\/icon-19.png",
        "38": "misc\/icon-38.png",
        "128": "misc\/icon-128.png"
    },
    "description": "__MSG_appDesc__",
    "default_locale": "en",
    "homepage_url": "https:\/\/github.com\/madfish-solutions\/templewallet-extension",
    "author": "https:\/\/madfish.solutions",
    "minimum_chrome_version": "103",
    "options_page": "options.html",
    "content_scripts": [
        {
            "matches": [
                "http:\/\/localhost\/*",
                "http:\/\/127.0.0.1\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "scripts\/contentScript.js"
            ],
            "run_at": "document_start",
            "all_frames": true
        },
        {
            "matches": [
                "https:\/\/*\/*"
            ],
            "js": [
                "scripts\/replaceAds.js"
            ],
            "run_at": "document_start",
            "all_frames": false
        },
        {
            "matches": [
                ""
            ],
            "js": [
                "scripts\/keepBackgroundWorkerAlive.js"
            ],
            "run_at": "document_start",
            "all_frames": true,
            "match_about_blank": true,
            "match_origin_as_fallback": true
        }
    ],
    "web_accessible_resources": [
        {
            "matches": [
                "https:\/\/*\/*"
            ],
            "resources": [
                "scripts\/*.chunk.js"
            ]
        }
    ],
    "permissions": [
        "storage",
        "unlimitedStorage",
        "clipboardWrite",
        "activeTab"
    ],
    "host_permissions": [
        "http:\/\/localhost:8732\/"
    ],
    "content_security_policy": {
        "extension_pages": "script-src 'self' 'wasm-unsafe-eval'; object-src 'self'"
    },
    "action": {
        "default_title": "Temple - Tezos Wallet",
        "default_popup": "popup.html",
        "default_icon": {
            "16": "misc\/icon-16.png",
            "19": "misc\/icon-19.png",
            "38": "misc\/icon-38.png",
            "128": "misc\/icon-128.png"
        },
        "chrome_style": false
    },
    "options_ui": {
        "page": "options.html",
        "open_in_tab": true
    },
    "background": {
        "service_worker": "background\/index.js"
    }
}