Taho
The community owned and operated Web3 wallet.
Taho क्या है?
Taho https://taho.xyz द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "The community owned and operated Web3 wallet."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Taho एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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 |
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 |
सहायता पृष्ठ 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": [] } } |