DPal:Wallet for DogeCoin
DogeCoin Wallet for Webapps
DPal:Wallet for DogeCoinとは何ですか?
DPal:Wallet for DogeCoinはhttps://dpalwallet.ioによって開発されたChromeの拡張機能で、その主な機能は「DogeCoin Wallet for Webapps」です。
拡張機能のスクリーンショット
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 |
ID | lmkncnlpeipongihbffpljgehamdebgi |
公式URL | 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 |
Eメール | [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:\/\/*\/*", " |