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
电子邮箱 [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
}