Typhon Wallet
Blazing fast, feature-rich, secure, beautiful extension Typhon Wallet for Cardano.
Typhon Walletคืออะไร?
Typhon Wallet เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://typhonwallet.io และคุณลักษณะหลักของมันคือ "Blazing fast, feature-rich, secure, beautiful extension Typhon Wallet for Cardano."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Typhon Wallet
ดาวน์โหลดไฟล์ส่วนขยาย Typhon Wallet ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Typhon Wallet extension for Cardano, with dApp connector support - Warp Transactions - Pending and Instant Transactions - Ada Handle support - Multi Recipient support - Hardware wallet support - Staking - Contacts - Catalyst Voting Registration - Transaction Metadata - Native Tokens - Multi Delegation - Multi Wallet & Multi Account - NFT Gallery and more!
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Typhon Wallet |
ID | kfdniefadaanbjodldohaedphafoffoh |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/typhon-wallet/kfdniefadaanbjodldohaedphafoffoh |
คำอธิบาย | Blazing fast, feature-rich, secure, beautiful extension Typhon Wallet for Cardano. |
ขนาดไฟล์ | 4.85 MB |
จำนวนการติดตั้ง | 14,695 |
เวอร์ชันปัจจุบัน | 3.1.5 |
อัปเดตครั้งล่าสุด | 2024-02-21 |
วันที่เผยแพร่ | 2021-11-08 |
คะแนน | 5.00/5 รวมทั้งหมด 18 คะแนน |
ผู้พัฒนา | https://typhonwallet.io |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://typhonwallet.io |
URL หน้าช่วยเหลือ | https://support.typhonwallet.io |
URL หน้านโยบายความเป็นส่วนตัว | https://typhonwallet.io |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "author": "https:\/\/typhonwallet.io", "manifest_version": 3, "name": "Typhon Wallet", "description": "Blazing fast, feature-rich, secure, beautiful extension Typhon Wallet for Cardano.", "version": "3.1.5", "permissions": [ "storage", "unlimitedStorage", "tabs" ], "icons": { "16": "assets\/xicons\/16.png", "19": "assets\/xicons\/19.png", "32": "assets\/xicons\/32.png", "38": "assets\/xicons\/38.png", "64": "assets\/xicons\/64.png", "128": "assets\/xicons\/128.png", "512": "assets\/xicons\/512.png" }, "action": { "default_popup": "popup.html", "default_title": "Typhon Wallet", "default_icon": { "16": "assets\/xicons\/16.png", "19": "assets\/xicons\/19.png", "32": "assets\/xicons\/32.png", "38": "assets\/xicons\/38.png", "64": "assets\/xicons\/64.png", "128": "assets\/xicons\/128.png", "512": "assets\/xicons\/512.png" } }, "background": { "service_worker": "background.bundle.js" }, "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "exclude_matches": [ "https:\/\/web.whatsapp.com\/*", "https:\/\/www.youtube.com\/*" ], "js": [ "js\/contentScript.bundle.js" ], "run_at": "document_start" }, { "matches": [ "*:\/\/connect.trezor.io\/9\/popup.html" ], "js": [ "vendor\/trezor-content-script.js" ] } ], "web_accessible_resources": [ { "resources": [ "js\/cardano.bundle.js", "assets\/typhon.png" ], "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ] } ], "content_security_policy": { "extension_pages": "script-src 'self'; object-src 'self'" } } |