Leather

Leather is the only Bitcoin wallet you need to tap into the emerging Bitcoin economy.

Leatherคืออะไร?

Leather เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://leather.io และคุณลักษณะหลักของมันคือ "Leather is the only Bitcoin wallet you need to tap into the emerging Bitcoin economy."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Leather

ดาวน์โหลดไฟล์ส่วนขยาย Leather ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        Important note: Hiro Wallet is now called Leather!

Manage BTC, Ordinals, Stamps, BRC-20 tokens, STX, Stacks NFTs, and other assets secured by Bitcoin with the most popular, battle-tested wallet for Bitcoin Web3. 

Connect to hundreds of apps to interact and exchange with others across a growing ecosystem of Bitcoin-based communities, all within the convenience of your browser.

With Leather you can:

- Send and receive BTC via Native SegWit and Taproot addresses
- View and manage Bitcoin addresses and their activity across multiple accounts
- Mint and trade Ordinals, BRC-20 tokens, Stamps and Stacks NFTs across top marketplaces
- Connect to decentralized apps using unique Bitcoin Naming System (BNS) names
- Manage STX and other Stacks blockchain based tokens
- Execute smart contracts on the Stacks blockchain (to purchase and trade assets, participate in DAOs and more)
- Connect your Ledger device to deploy and secure your assets with cold storage

Leather is 100% open-source and audited by security professionals.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Leather Leather
ID ldinpeekobnhjjdofggfgjlcehhmanlj
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/leather/ldinpeekobnhjjdofggfgjlcehhmanlj
คำอธิบาย Leather is the only Bitcoin wallet you need to tap into the emerging Bitcoin economy.
ขนาดไฟล์ 13.24 MB
จำนวนการติดตั้ง 181,222
เวอร์ชันปัจจุบัน 6.28.0
อัปเดตครั้งล่าสุด 2024-02-27
วันที่เผยแพร่ 2021-04-29
คะแนน 4.13/5 รวมทั้งหมด 67 คะแนน
ผู้พัฒนา https://leather.io
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://leather.io
URL หน้าช่วยเหลือ https://leather.io/user-guides
URL หน้านโยบายความเป็นส่วนตัว https://leather.io/privacy-policy
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "6.28.0",
    "manifest_version": 3,
    "author": "Leather Wallet, LLC",
    "description": "Leather is the only Bitcoin wallet you need to tap into the emerging Bitcoin economy.",
    "permissions": [
        "contextMenus",
        "storage"
    ],
    "commands": {
        "_execute_browser_action": {
            "suggested_key": {
                "default": "Ctrl+Shift+B",
                "mac": "MacCtrl+Shift+B"
            },
            "description": "Opens Stacks App"
        }
    },
    "host_permissions": [
        "*:\/\/*\/*"
    ],
    "content_security_policy": {
        "extension_pages": "default-src 'none'; connect-src *; style-src 'unsafe-inline'; img-src 'self' data: https:; script-src 'self' 'wasm-unsafe-eval'; object-src 'none'; frame-src https:\/\/ordinals.com\/; frame-ancestors 'none';"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "inpage.js"
            ],
            "matches": [
                "*:\/\/*\/*"
            ]
        }
    ],
    "action": {
        "default_title": "Leather",
        "default_popup": "popup.html",
        "default_icon": "assets\/icons\/leather-icon-128.png"
    },
    "options_ui": {
        "page": "index.html",
        "open_in_tab": true
    },
    "content_scripts": [
        {
            "run_at": "document_start",
            "js": [
                "content-script.js"
            ],
            "matches": [
                "*:\/\/*\/*"
            ],
            "all_frames": true
        }
    ],
    "name": "Leather",
    "icons": {
        "128": "assets\/icons\/leather-icon-128.png",
        "256": "assets\/icons\/leather-icon-256.png",
        "512": "assets\/icons\/leather-icon-512.png"
    },
    "background": {
        "service_worker": "background.js",
        "type": "module"
    }
}