Taho

The community owned and operated Web3 wallet.

Tahoとは何ですか?

Tahoはhttps://taho.xyzによって開発されたChromeの拡張機能で、その主な機能は「The community owned and operated Web3 wallet.」です。

拡張機能のスクリーンショット

screenshot
screenshot
screenshot
screenshot
screenshot

Taho拡張機能のCRXファイルをダウンロード

Taho拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        Taho is the community-owned Web3 wallet.

It’s got everything you need for DeFi + NFTs, plus lots of awesome features to love:

- An awesome Ledger integration
- A beautiful NFT gallery
- Swaps with no hidden fees

It's also the safest way to connect to web3:

- Taho is 100% open source
- You have full control over your coin
- Independently audited
- We respect your privacy

Install Taho to get started today!                    

拡張機能の基本情報

名前 Taho Taho
ID eajafomhmkipbjmfmhebemolkcicgfmd
公式URL https://chromewebstore.google.com/detail/taho/eajafomhmkipbjmfmhebemolkcicgfmd
説明 The community owned and operated Web3 wallet.
ファイルサイズ 27.12 MB
インストール数 146,668
現在のバージョン 0.57.0
最終更新日 2024-02-16
公開日 2021-12-12
評価 4.43/5 合計 70 レビュー
開発者 https://taho.xyz
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://taho.xyz
ヘルプページのURL https://chat.taho.xyz
プライバシーポリシーページのURL https://taho.xyz/privacy
対応言語 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Taho",
    "version": "0.57.0",
    "description": "The community owned and operated Web3 wallet.",
    "homepage_url": "https:\/\/taho.xyz",
    "author": "https:\/\/taho.xyz",
    "manifest_version": 2,
    "content_security_policy": "object-src 'self'; script-src 'self' 'wasm-eval';",
    "web_accessible_resources": [
        "*.js",
        "*.json"
    ],
    "content_scripts": [
        {
            "matches": [
                "file:\/\/*\/*",
                "http:\/\/localhost\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "provider-bridge.js"
            ],
            "run_at": "document_start",
            "all_frames": true
        }
    ],
    "commands": {
        "_execute_browser_action": {
            "suggested_key": {
                "windows": "Alt+T",
                "mac": "Alt+T",
                "chromeos": "Alt+T",
                "linux": "Alt+T"
            }
        }
    },
    "icons": {
        "128": "icon-128.png"
    },
    "browser_action": {
        "default_title": "Taho",
        "default_popup": "popup.html"
    },
    "permissions": [
        "alarms",
        "storage",
        "unlimitedStorage",
        "activeTab"
    ],
    "optional_permissions": [
        "notifications"
    ],
    "background": {
        "persistent": true,
        "scripts": [
            "background.js",
            "background-ui.js"
        ]
    },
    "minimum_chrome_version": "74",
    "externally_connectable": {
        "ids": []
    }
}