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
Eメール [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": [
                ""
            ]
        }
    ]
}