DAD wallet
DAD wallet
什麼是DAD wallet?
DAD wallet是由DAD Community開發的Chrome擴展程式,該擴展的主要功能是“DAD wallet”。
擴展截圖
下載DAD wallet擴展crx文件
下載DAD wallet擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
DAD wallet (testnet) is an extension for DAD, users can use this wallet extension to manage their DAD assets. DAD wallet lets users send and receive their own DAD token, and view their transactions.Users can create or import up to 10 accounts.Enjoy the wonderful world of crypto assets that DAD brings to you! Official website: https://dad.one/
擴展基本資訊
名稱 | |
ID | dmjofghfefcmcmaoggmlckpjepdkdkgd |
官方網址 | https://chromewebstore.google.com/detail/dad-wallet/dmjofghfefcmcmaoggmlckpjepdkdkgd |
簡介 | DAD wallet |
檔案大小 | 2 MB |
安裝次數 | 75 |
目前版本 | 1.0.3 |
更新時間 | 2019-12-27 |
上架時間 | 2019-12-27 |
評分 | 5.00/5 共 1 次評分 |
開發者 | DAD Community |
電子郵箱 | [email protected] |
付費類型 | free |
支援的語言 | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "DAD wallet", "description": "DAD wallet", "version": "1.0.3", "icons": { "16": "img\/logo.png", "48": "img\/logo.png", "128": "img\/logo.png" }, "browser_action": { "default_icon": "img\/logo.png", "default_popup": "pages\/login.html" }, "content_scripts": [ { "matches": [ "file:\/\/*\/*", "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "js\/vendor.js", "js\/content_script.js" ], "run_at": "document_start", "all_frames": true } ], "background": { "scripts": [ "js\/vendor.js", "js\/background.js" ], "persistent": true }, "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'", "permissions": [ "storage", "http:\/\/127.0.0.1\/*", "webRequest", "webRequestBlocking", "activeTab" ] } |