Typhon Wallet
Blazing fast, feature-rich, secure, beautiful extension Typhon Wallet for Cardano.
什麼是Typhon Wallet?
Typhon Wallet是由https://typhonwallet.io開發的Chrome擴展程式,該擴展的主要功能是“Blazing fast, feature-rich, secure, beautiful extension Typhon Wallet for Cardano.”。
擴展截圖
下載Typhon Wallet擴展crx文件
下載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! 擴展基本資訊
| 名稱 | |
| ID | kfdniefadaanbjodldohaedphafoffoh |
| 官方網址 | 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'"
}
} | |