Litescribe Wallet

Inscribe and store your inscriptions in the world's first Open Source Chrome wallet for Ordinals!

Τι είναι το Litescribe Wallet;

Το Litescribe Wallet είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://litescribe.io, και η κύρια λειτουργία του είναι "Inscribe and store your inscriptions in the world's first Open Source Chrome wallet for Ordinals!".

Στιγμιότυπα Επέκτασης

screenshot
screenshot
screenshot
screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης Litescribe Wallet

Λήψη αρχείων επέκτασης Litescribe Wallet σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        Inscribe and store your inscriptions in the world's first Open Source Chrome wallet for Ordinals!

Features
- Store and transfer your Ordinals 
- 100% Open-source (Repository link: https://github.com/LiteVerseHoldings/extension-ltc)
- Inscribe (mint) on-the-fly without running a fullnode
- Store and transfer your ltc-20s

Litescribe Wallet is a browser extension wallet that makes it safe & easy for you to store, send, and receive Litecoin and Ordinals on the Litecoin blockchain. 

Litescribe Wallet is a non-custodial wallet. We never have access to your funds. Litescribe Wallet never stores your seed phrase, your password or any private information on our servers. Your accounts are derived from your Secret Recovery Phrase and available to you alone.

Litescribe Wallet is 100% Open-source! 

- Litescribe Wallet is a hierarchical deterministic wallet. Your accounts are derived from your Secret Recovery Phrase.
- Your private keys are encrypted on your device by your password and are never shared with anyone.
- Litescribe Wallet does not track any personal identifiable information, your account addresses, or asset balances.
- Users can import accounts from single private keys. These accounts are not derived from your Secret Recovery Phrase and will be labelled as “imported”.

- Supports displaying and transferring Ordinals.

For more information visit https://litescribe.io/                    

Βασικές Πληροφορίες Επέκτασης

Όνομα Litescribe Wallet Litescribe Wallet
ID ajofhbfomojicfifgoeeimefklkfdkfn
Επίσημο URL https://chromewebstore.google.com/detail/litescribe-wallet/ajofhbfomojicfifgoeeimefklkfdkfn
Περιγραφή Inscribe and store your inscriptions in the world's first Open Source Chrome wallet for Ordinals!
Μέγεθος Αρχείου 1.7 MB
Αριθμός Εγκαταστάσεων 7,000
Τρέχουσα Έκδοση 1.0.9
Τελευταία Ενημέρωση 2023-11-10
Ημερομηνία Δημοσίευσης 2023-06-19
Αξιολόγηση 3.78/5 Συνολικά 9 Αξιολογήσεις
Προγραμματιστής https://litescribe.io
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης https://litescribe.io
Διεύθυνση URL της Σελίδας Βοήθειας https://litescribe.io
URL της Σελίδας Πολιτικής Απορρήτου https://litescribe.io/privacy-policy.html
Υποστηριζόμενες Γλώσσες en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "__MSG_appName__",
    "version": "1.0.9",
    "default_locale": "en",
    "description": "__MSG_appDescription__",
    "icons": {
        "16": "\/images\/logo\/[email protected]",
        "32": "\/images\/logo\/[email protected]",
        "48": "\/images\/logo\/[email protected]",
        "128": "\/images\/logo\/[email protected]"
    },
    "action": {
        "default_popup": "index.html",
        "default_icon": {
            "16": "\/images\/logo\/[email protected]",
            "32": "\/images\/logo\/[email protected]",
            "48": "\/images\/logo\/[email protected]",
            "128": "\/images\/logo\/[email protected]"
        },
        "default_title": "__MSG_appName__"
    },
    "author": "https:\/\/litescribe.io",
    "background": {
        "service_worker": "background.js"
    },
    "homepage_url": "https:\/\/litescribe.io",
    "permissions": [
        "storage",
        "unlimitedStorage",
        "activeTab"
    ],
    "short_name": "__MSG_appName__",
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content-script.js"
            ],
            "run_at": "document_start",
            "all_frames": true
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "pageProvider.js"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "content_security_policy": {
        "extension_pages": "script-src 'self' 'wasm-unsafe-eval'; object-src 'self'"
    },
    "externally_connectable": {
        "matches": [
            "https:\/\/litescribe.io\/*"
        ],
        "ids": [
            "*"
        ]
    },
    "minimum_chrome_version": "88"
}