OrdinalSafe

Inscription aware extension wallet for Bitcoin

OrdinalSafe란 무엇입니까?

OrdinalSafe은(는) https://ordinalsafe.xyz에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Inscription aware extension wallet for Bitcoin"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot
screenshot

OrdinalSafe 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Introducing trustless inscribing on OrdinalSafe! (No need to run a node!)

You can now inscribe for free! Cheaper and safer than every other service 😉

OrdinalSafe is the first Inscription aware wallet that is solely built for Ordinals. 

OrdinalSafe offers an easy and self-custodial way to send, receive, and store BTC and Ordinals NFTs, providing a secure and streamlined experience for users.

You can see all of your NFTs and BTC on a single address.

You can connect to all Ordinals marketplaces and exchanges.

What is new on OrdinalSafe? 

- Trustless Inscribing
- Sign PSBT's
- Trustless Swaps
- Know what you sign 
- Log in with OrdinalSafe (BIP322 compliant)                    

확장 프로그램 기본 정보

이름 OrdinalSafe OrdinalSafe
ID coefgobimbelhfmhkpndlddjhkphgnep
공식 URL https://chromewebstore.google.com/detail/ordinalsafe/coefgobimbelhfmhkpndlddjhkphgnep
설명 Inscription aware extension wallet for Bitcoin
파일 크기 1006 KB
설치 횟수 10,094
현재 버전 0.1.1.8
최근 업데이트 2023-07-31
출시 날짜 2023-03-16
평점 4.43/5 총 7 개의 평점
개발자 https://ordinalsafe.xyz
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://ordinalsafe.xyz
도움말 페이지 URL https://ordinalsafe.xyz
개인정보 보호 정책 페이지 URL https://chainway.xyz/ordinalsafe_privacy_policy.html
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "description": "Inscription aware extension wallet for Bitcoin",
    "version": "0.1.1.8",
    "manifest_version": 3,
    "name": "OrdinalSafe",
    "permissions": [
        "storage",
        "tabs",
        "favicon"
    ],
    "chrome_url_overrides": [],
    "background": {
        "service_worker": "background.bundle.js"
    },
    "action": {
        "default_popup": "popup.html",
        "default_icon": "icon-34.png"
    },
    "icons": {
        "128": "icon-128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*",
                ""
            ],
            "js": [
                "contentScript.bundle.js"
            ],
            "css": [],
            "run_at": "document_start",
            "all_frames": true
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "icon-128.png",
                "icon-34.png"
            ],
            "matches": []
        },
        {
            "resources": [
                "inject.bundle.js"
            ],
            "matches": [
                ""
            ]
        }
    ]
}