DPal:Wallet for DogeCoin

DogeCoin Wallet for Webapps

什麼是DPal:Wallet for DogeCoin?

DPal:Wallet for DogeCoin是由https://dpalwallet.io開發的Chrome擴展程式,該擴展的主要功能是“DogeCoin Wallet for Webapps”。

擴展截圖

screenshot
screenshot

下載DPal:Wallet for DogeCoin擴展crx文件

下載DPal:Wallet for DogeCoin擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        Dogecoin wallet For web3 world

Self-Custodial Dogcoin wallet

A browser extension based wallet to interact with the Doge blockchain. 

Your keys your doge, DPAL WALLET won't record the private key in the server.

And keep the phrase(12 words)/key safty in your own way it's necessary. You can use your own Phrase recovery the wallet at any time.

* Easy to tip and spend DOGE
* For web apps can throgh the injects API into every website's javascript context, so that make doge easily to buy things
* Now developer can build web3 app for doge with dpal                    

擴展基本資訊

名稱 DPal:Wallet for DogeCoin DPal:Wallet for DogeCoin
ID lmkncnlpeipongihbffpljgehamdebgi
官方網址 https://chromewebstore.google.com/detail/dpalwallet-for-dogecoin/lmkncnlpeipongihbffpljgehamdebgi
簡介 DogeCoin Wallet for Webapps
檔案大小 1.59 MB
安裝次數 81,235
目前版本 1.2.17
更新時間 2024-01-08
上架時間 2022-10-01
評分 4.17/5 共 63 次評分
開發者 https://dpalwallet.io
電子郵箱 [email protected]
付費類型 free
擴展官網 https://dpalwallet.io
說明頁面URL https://github.com/dpalwallet/DPalWallet
隱私政策頁面URL https://github.com/dpalwallet/DPalWallet/blob/main/Privacy_Policy.md
支援的語言 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "DPal:Wallet for DogeCoin",
    "description": "DogeCoin Wallet for Webapps",
    "version": "1.2.17",
    "manifest_version": 3,
    "icons": {
        "128": ".\/static\/logo-128.png"
    },
    "background": {
        "service_worker": "background.js"
    },
    "permissions": [
        "storage",
        "alarms",
        "unlimitedStorage"
    ],
    "action": {
        "default_icon": {
            "128": ".\/static\/logo-128.png"
        },
        "Tooltip": "DPal",
        "default_title": "DPal",
        "default_popup": "index.html#\/main?popup=true"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "validaddress.js",
                "content.js"
            ],
            "css": [
                "tips.css"
            ],
            "run_at": "document_start"
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "inject.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*",
                ""
            ]
        }
    ]
}