Temple - Tezos Wallet
🔐💰Cryptocurrency wallet for Tezos blockchain as Web Extension for your Browser.
什么是Temple - Tezos Wallet?
Temple - Tezos Wallet是由Madfish Solutions开发的Chrome扩展程序,该扩展的主要功能是“🔐💰Cryptocurrency wallet for Tezos blockchain as Web Extension for your Browser.”。
扩展截图
下载Temple - Tezos Wallet扩展crx文件
下载Temple - Tezos Wallet扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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 |
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": [ " |