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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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
}