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
官方網址 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"
    ]
}