OrdinalSafe

Inscription aware extension wallet for Bitcoin

OrdinalSafe là gì?

OrdinalSafe là một tiện ích mở rộng Chrome được phát triển bởi https://ordinalsafe.xyz, và tính năng chính của nó là "Inscription aware extension wallet for Bitcoin".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng OrdinalSafe

Tải xuống các tệp mở rộng OrdinalSafe dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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)                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên OrdinalSafe OrdinalSafe
ID coefgobimbelhfmhkpndlddjhkphgnep
URL Chính Thức https://chromewebstore.google.com/detail/ordinalsafe/coefgobimbelhfmhkpndlddjhkphgnep
Mô tả Inscription aware extension wallet for Bitcoin
Kích Thước Tệp 1006 KB
Số Lần Cài Đặt 10,094
Phiên Bản Hiện Tại 0.1.1.8
Cập Nhật Lần Cuối 2023-07-31
Ngày Phát Hành 2023-03-16
Đánh Giá 4.43/5 Tổng số 7 Đánh Giá
Nhà Phát Triển https://ordinalsafe.xyz
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://ordinalsafe.xyz
URL Trang Trợ Giúp https://ordinalsafe.xyz
URL Trang Chính Sách Bảo Mật https://chainway.xyz/ordinalsafe_privacy_policy.html
Ngôn Ngữ Được Hỗ Trợ 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": [
                ""
            ]
        }
    ]
}