Freighter

Freighter is a non-custodial wallet extension that enables you to sign Stellar transactions via your browser.

Freighterとは何ですか?

Freighterはhttps://freighter.appによって開発されたChromeの拡張機能で、その主な機能は「Freighter is a non-custodial wallet extension that enables you to sign Stellar transactions via your browser.」です。

拡張機能のスクリーンショット

screenshot
screenshot
screenshot

Freighter拡張機能のCRXファイルをダウンロード

Freighter拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        It's a safer alternative to copying and pasting private keys for use with Stellar-powered web applications. Please note:
* You store, control, and manage your own keys in your browser.  
* We do not store your private keys or account backup phrase. If you lose your key or backup phrase, you will permanently lose access to your account.                    

拡張機能の基本情報

名前 Freighter Freighter
ID bcacfldlkkdogcmkkibnjlakofdplcbk
公式URL https://chromewebstore.google.com/detail/freighter/bcacfldlkkdogcmkkibnjlakofdplcbk
説明 Freighter is a non-custodial wallet extension that enables you to sign Stellar transactions via your browser.
ファイルサイズ 1.48 MB
インストール数 8,419
現在のバージョン 5.17.2
最終更新日 2024-03-04
公開日 2020-11-12
評価 4.21/5 合計 14 レビュー
開発者 https://freighter.app
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://freighter.app
プライバシーポリシーページのURL https://stellar.org/privacy-policy
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Freighter",
    "version": "5.17.2",
    "version_name": "5.17.2",
    "description": "Freighter is a non-custodial wallet extension that enables you to sign Stellar transactions via your browser.",
    "browser_specific_settings": {
        "gecko": {
            "id": "{3ee0dd4e-8c64-4b92-b539-25718a10f62f}",
            "strict_min_version": "48.0"
        }
    },
    "background": {
        "scripts": [
            "background.min.js"
        ],
        "persistent": true
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "contentScript.min.js"
            ],
            "run_at": "document_start"
        }
    ],
    "browser_action": {
        "default_popup": "index.html",
        "default_icon": {
            "16": "images\/icon16.png",
            "32": "images\/icon32.png",
            "48": "images\/icon48.png",
            "128": "images\/icon128.png"
        }
    },
    "icons": {
        "16": "images\/icon16.png",
        "32": "images\/icon32.png",
        "48": "images\/icon48.png",
        "128": "images\/icon128.png"
    },
    "permissions": [
        "storage",
        "alarms"
    ],
    "manifest_version": 2
}