OrdinalSafe

Inscription aware extension wallet for Bitcoin

Cos'è OrdinalSafe?

OrdinalSafe è un'estensione di Chrome sviluppata da https://ordinalsafe.xyz, e la sua funzione principale è "Inscription aware extension wallet for Bitcoin".

Screenshot dell'Estensione

screenshot
screenshot
screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione OrdinalSafe

Scarica i file di estensione OrdinalSafe in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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)                    

Informazioni di Base sull'Estensione

Nome OrdinalSafe OrdinalSafe
ID coefgobimbelhfmhkpndlddjhkphgnep
URL Ufficiale https://chromewebstore.google.com/detail/ordinalsafe/coefgobimbelhfmhkpndlddjhkphgnep
Descrizione Inscription aware extension wallet for Bitcoin
Dimensione del File 1006 KB
Conteggio Installazioni 10,094
Versione Corrente 0.1.1.8
Ultimo Aggiornamento 2023-07-31
Data di Pubblicazione 2023-03-16
Valutazione 4.43/5 Totale 7 Valutazioni
Sviluppatore https://ordinalsafe.xyz
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://ordinalsafe.xyz
URL della Pagina di Aiuto https://ordinalsafe.xyz
URL della Pagina della Politica sulla Privacy https://chainway.xyz/ordinalsafe_privacy_policy.html
Lingue Supportate 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": [
                ""
            ]
        }
    ]
}