Temple - Tezos Wallet
🔐💰Cryptocurrency wallet for Tezos blockchain as Web Extension for your Browser.
Temple - Tezos Walletคืออะไร?
Temple - Tezos Wallet เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Madfish Solutions และคุณลักษณะหลักของมันคือ "🔐💰Cryptocurrency wallet for Tezos blockchain as Web Extension for your Browser."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Temple - Tezos Wallet
ดาวน์โหลดไฟล์ส่วนขยาย 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": [ " |