OrdinalSafe

Inscription aware extension wallet for Bitcoin

OrdinalSafe क्या है?

OrdinalSafe https://ordinalsafe.xyz द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Inscription aware extension wallet for Bitcoin"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में OrdinalSafe एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

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