Doge Labs Wallet

Store, receive, and transfer - Your gateway to the Doginals Universe!

Doge Labs Walletคืออะไร?

Doge Labs Wallet เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Doge Labs และคุณลักษณะหลักของมันคือ "Store, receive, and transfer - Your gateway to the Doginals Universe!"

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

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

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

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

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

                        A simple and elegant Dogecoin wallet innovating how you store, receive, and transfer Dogecoin Ordinals ('Doginals') securely on the Dogecoin network.

Use Doge Labs Wallet to easily keep, send, and collect drc-20 tokens, Doge NFTs, and other inscriptions on Dogecoin. Doge Labs' Dogecoin wallet makes it safe, easy, and fun for everyone to explore what the Doginals universe has to offer.

Do more with your Doginals:
・Instant and secure Dogecoin transactions with low fees
・A beautiful home for your Doge NFTs and drc-20 tokens
・The broadest integration within the Doginals universe

We keep you safe:
・Full control over your Dogecoin assets
・Sole access to your private keys and crypto 
・Your privacy is 100% respected

The most advanced Dogecoin Ordinal wallet:
・Store and transfer your Doginals & drc-20s
・Smooth handling of UTXO dust
・Manage multiple separate and sub-accounts all within a single wallet

Just add some DOGE into the Doge Labs Wallet and you're officially ready to begin your Doginals journey!

To learn more, please visit: https://drc-20.org 
Follow us on Twitter: https://twitter.com/verydogelabs

Questions or concerns? Please don't hesitate to open a support ticket: https://discord.com/invite/fjtwfDFHFr                    

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

ชื่อ Doge Labs Wallet Doge Labs Wallet
ID jiepnaheligkibgcjgjepjfppgbcghmp
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/doge-labs-wallet/jiepnaheligkibgcjgjepjfppgbcghmp
คำอธิบาย Store, receive, and transfer - Your gateway to the Doginals Universe!
ขนาดไฟล์ 2.06 MB
จำนวนการติดตั้ง 54,875
เวอร์ชันปัจจุบัน 1.0.15
อัปเดตครั้งล่าสุด 2023-12-17
วันที่เผยแพร่ 2023-09-07
คะแนน 4.00/5 รวมทั้งหมด 49 คะแนน
ผู้พัฒนา Doge Labs
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://drc-20.org
URL หน้าช่วยเหลือ https://discord.com/invite/fjtwfDFHFr
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "__MSG_appName__",
    "version": "1.0.15",
    "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:\/\/github.com\/verydogelabs",
    "background": {
        "service_worker": "background.js"
    },
    "homepage_url": "https:\/\/github.com\/verydogelabs",
    "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:\/\/drc-20.org\/*"
        ],
        "ids": [
            "*"
        ]
    },
    "minimum_chrome_version": "88"
}