GeroWallet

A user friendly Cardano light wallet

什麼是GeroWallet?

GeroWallet是由https://gerowallet.io開發的Chrome擴展程式,該擴展的主要功能是“A user friendly Cardano light wallet”。

擴展截圖

screenshot
screenshot
screenshot

下載GeroWallet擴展crx文件

下載GeroWallet擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        A unique Cardano (ADA) Wallet for your browser.

GeroWallet is a cryptocurrency wallet extension for accessing Cardano powered dApps in your browser.

With a focus on user-experience, GeroWallet is built to accommodate the needs of new users and experts alike. Current features support:
-CardanoShield Integration for additional security
-Purchase of ADA
-Store, send & receive ADA and Cardano Native Tokens (CNTs)
-Hardware wallet support for Trezor & Ledger
-Delegation of ADA to Cardano Stake Pools (Staking)
-Creation of up to 8 wallets with customization options
-Store, display & send NFTs
-dApp Connector
-Multi-asset send
-$adahandle

Safety is our number one priority and as a non-custodial wallet, only you have access to your account and assets. Wallet capabilities will expand with in-wallet asset swaps, lending, borrowing and many more.                    

擴展基本資訊

名稱 GeroWallet GeroWallet
ID bgpipimickeadkjlklgciifhnalhdjhe
官方網址 https://chromewebstore.google.com/detail/gerowallet/bgpipimickeadkjlklgciifhnalhdjhe
簡介 A user friendly Cardano light wallet
檔案大小 4.07 MB
安裝次數 10,000
目前版本 1.15.1
更新時間 2024-01-26
上架時間 2021-08-13
評分 4.74/5 共 92 次評分
開發者 https://gerowallet.io
付費類型 free
擴展官網 https://gerowallet.io
說明頁面URL https://gerowallet.io/#contact
隱私政策頁面URL https://gerowallet.io/assets/downloads/PRIVACY_NOTICE.pdf
支援的語言 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "GeroWallet",
    "short_name": "GeroWallet",
    "version": "1.15.1",
    "description": "A user friendly Cardano light wallet",
    "icons": {
        "16": ".\/assets\/img\/logo16.png",
        "48": ".\/assets\/img\/logo48.png",
        "128": ".\/assets\/img\/logo128.png"
    },
    "browser_action": {
        "default_popup": "index.html?#\/popup",
        "default_icon": {
            "16": ".\/assets\/img\/logo16.png",
            "48": ".\/assets\/img\/logo48.png",
            "128": ".\/assets\/img\/logo128.png"
        }
    },
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": true
    },
    "permissions": [
        "tabs",
        "clipboardRead",
        "chrome:\/\/favicon\/",
        "*:\/\/connect.trezor.io\/*"
    ],
    "web_accessible_resources": [
        "inject.js"
    ],
    "content_scripts": [
        {
            "matches": [
                "*:\/\/connect.trezor.io\/*\/popup.html"
            ],
            "js": [
                ".\/assets\/vendor\/trezor-content-script.js"
            ],
            "all_frames": true
        },
        {
            "matches": [
                "https:\/\/*\/*",
                "http:\/\/*\/*"
            ],
            "js": [
                "contentPage.js"
            ],
            "run_at": "document_start"
        }
    ],
    "content_security_policy": "script-src 'self' 'wasm-eval'; object-src 'self'"
}