Guarda

Browser extension for Ethereum and any blockchain

什么是Guarda?

Guarda是由https://guarda.com开发的Chrome扩展程序,该扩展的主要功能是“Browser extension for Ethereum and any blockchain”。

扩展截图

screenshot
screenshot
screenshot
screenshot

下载Guarda扩展crx文件

下载Guarda扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        Interact with any dApps you love directly from the Chrome browser with Guarda Crypto Wallet.

Guarda Wallet functionality opens the gate to a brand new financial system that you are in charge of. This allows you to access all your funds and manage them regardless of the app or device you are using.

WHAT IS IT?
This is an extension by Guarda Wallet that allows in-browser access to Ethereum-based dApps. You love blockchain games or use DeFi apps then Guarda is your choice!  Though if you are just looking for a full-featured crypto wallet in browser extension format, Guarda is suitable too.

NON-CUSTODIAL SECURITY
Get full control over your crypto wallet private keys. Guarda Wallet likes to uphold privacy, that is why Guarda encrypts all users data and securely stores it on the device itself – no one can gain access to user funds except the private keys owner.

SUPPORTED COINS AND TOKENS
Native support for more than 45 blockchains:
Aryacoin (AYA) | Bitcoin (BTC) | Bitcoin Cash (BCH) | Bitcoin SV (BSV) | Bitcoin Gold (BTG) | Binance Coin (BNB) | Bithereum (BTH) | Ethereum (ETH) | Ethereum Classic (ETC) | Expanse (EXP) | TRON (TRX) | Callisto (CLO) | Cardano (ADA) | Cosmos (ATOM) | Creamcoin (CRM) | DASH | Decred (DCR) | DigiByte (DGB) | Dogecoin (DOGE) | Groestlcoin (GRS) | Gulden (NLG) | Horizen (ZEN) | Komodo (KMD) | Kin (KIN) | Ontology (ONT) | Ubiq (UBQ) | Lisk (LSK) | Litecoin (LTC) | NEM (XEM) | NEO | QTUM | Ravencoin (RVN) | Reddcoin (RDD) | Ripple (XRP) | Stellar (XLM) | Tezos (XTZ) | Verge (XVG) | Vechain (VET) | Vertcoin (VTC) | WAVES | Zcoin (XCZ) | Zcash (ZEC) | Ycash (YEC) | Polkadot (DOT)

OVER 10K TOKENS
All Ethereum- based tokens, TRON-based tokens (TRC10, TRC20), Binance Chain tokens (BEP2) and Waves tokens are supported.
Here is the list of some popular tokens available on Guarda:
MakerDAO (MKR), OMGToken (OMG), 0x Protocol (ZRX), Aeternity (AE), ICON (ICX), Basic Attention Token (BAT), Chainlink (LINK), Holo (HOT), Everipedia (IQ), Chiliz (CHZ), Augur (REP)

SUPPORTED STABLECOINS
Tether USDT (ERC20, TRC10, OMNI), True USD TUSD, Paxos Standard Token, USD Coin USDC, DAI, Gemini Dollar GUSD, Binance BUSD, Stasis EURS and others supported.

MOST EFFICIENT TECHNICAL SUPPORT
Our customer support team is here 24/7 to answer all your questions. We value the time of our users – it never takes longer than 5 minutes to answer your request.

Сhat with our support online!
Email: [email protected]

Also, you can use our extensive FAQ section or Academy to learn more about the wallet security, blockchain functionality, and specs.

Join our community on Telegram @Guarda_community and follow the news on Twitter @GuardaWallet                    

扩展基本信息

名称 Guarda Guarda
ID hpglfhgfnhbgpjdenjgmdgoeiappafln
官方URL https://chromewebstore.google.com/detail/guarda/hpglfhgfnhbgpjdenjgmdgoeiappafln
简介 Browser extension for Ethereum and any blockchain
文件大小 1.55 MB
安装次数 6,979
当前版本 1.1.0
更新时间 2022-10-16
上架时间 2020-06-22
评分 3.93/5 共28次评分
开发者 https://guarda.com
电子邮箱 [email protected]
付费类型 free
扩展官网 https://guarda.com/
帮助页面URL https://guarda.freshdesk.com/support/solutions
隐私政策页面URL https://guarda.com/privacy-policy
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "version": "1.1.0",
    "name": "__MSG_appName__",
    "description": "__MSG_appDesc__",
    "default_locale": "en",
    "offline_enabled": false,
    "icons": {
        "128": ".\/images\/icon_128.png",
        "48": ".\/images\/icon_48.png",
        "16": ".\/images\/icon_16.png"
    },
    "action": {
        "default_title": "Guarda wallet",
        "default_icon": "images\/icon_128.png",
        "default_popup": "popup.html"
    },
    "background": {
        "service_worker": "\/src\/background.js"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "run_at": "document_start",
            "js": [
                ".\/src\/content.js"
            ]
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "images\/*",
                "src\/inject.js"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "permissions": [
        "activeTab",
        "storage"
    ]
}