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文件

下载OrdinalSafe扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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": [
                ""
            ]
        }
    ]
}