OrdinalSafe

Inscription aware extension wallet for Bitcoin

Wat is OrdinalSafe?

OrdinalSafe is een Chrome-extensie ontwikkeld door https://ordinalsafe.xyz, en de belangrijkste functie is "Inscription aware extension wallet for Bitcoin".

Extensie Screenshots

screenshot
screenshot
screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie OrdinalSafe

Download OrdinalSafe-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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)                    

Basisinformatie over de Extensie

Naam OrdinalSafe OrdinalSafe
ID coefgobimbelhfmhkpndlddjhkphgnep
Officiële URL https://chromewebstore.google.com/detail/ordinalsafe/coefgobimbelhfmhkpndlddjhkphgnep
Beschrijving Inscription aware extension wallet for Bitcoin
Bestandsgrootte 1006 KB
Aantal Installaties 10,094
Huidige Versie 0.1.1.8
Laatst Bijgewerkt 2023-07-31
Publicatiedatum 2023-03-16
Beoordeling 4.43/5 Totaal 7 Beoordelingen
Ontwikkelaar https://ordinalsafe.xyz
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://ordinalsafe.xyz
Help Pagina-URL https://ordinalsafe.xyz
URL van de Privacybeleid Pagina https://chainway.xyz/ordinalsafe_privacy_policy.html
Ondersteunde Talen 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": [
                ""
            ]
        }
    ]
}