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
公式URL 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'"
}