Taho

The community owned and operated Web3 wallet.

ما هو Taho؟

Taho هو إضافة Chrome تم تطويرها بواسطة https://taho.xyz، والميزة الرئيسية لها هي "The community owned and operated Web3 wallet.".

لقطات شاشة التمديد

screenshot
screenshot
screenshot
screenshot
screenshot

تحميل ملف CRX للإضافة Taho

قم بتنزيل ملفات الامتداد Taho بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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
البريد الإلكتروني [email protected]
نوع الدفع free
موقع الإضافة https://taho.xyz
عنوان صفحة المساعدة https://chat.taho.xyz
عنوان صفحة سياسة الخصوصية 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": []
    }
}