DAppPlay
为DApp运行打造的区块链钱包插件,支持EOS与ETH。 A Blockchain Wallet extension specialized for DApp. Support both EOS and ETH.
DAppPlayคืออะไร?
DAppPlay เป็นส่วนขยายของ Chrome ที่พัฒนาโดย DAppPlay และคุณลักษณะหลักของมันคือ "为DApp运行打造的区块链钱包插件,支持EOS与ETH。 A Blockchain Wallet extension specialized for DApp. Support both EOS and ETH."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย DAppPlay
ดาวน์โหลดไฟล์ส่วนขยาย DAppPlay ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
安全、高效的使用各类DApp,同时支持ETH与EOS,集scatter与Metamask优点于一身,玩转DApp从这里开始。 DAppPlay, A better way to enjoy all the amazing DApps based on EOS and ETH !
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | lodccjjbdhfakaekdiahmedfbieldgik |
URL อย่างเป็นทางการ | https://chrome.google.com/webstore/detail/dappplay/lodccjjbdhfakaekdiahmedfbieldgik |
คำอธิบาย | 为DApp运行打造的区块链钱包插件,支持EOS与ETH。 A Blockchain Wallet extension specialized for DApp. Support both EOS and ETH. |
ขนาดไฟล์ | 4.39 MB |
จำนวนการติดตั้ง | 120 |
เวอร์ชันปัจจุบัน | 1.0.8 |
อัปเดตครั้งล่าสุด | 2018-09-10 |
วันที่เผยแพร่ | 2018-09-10 |
คะแนน | 5.00/5 รวมทั้งหมด 4 คะแนน |
ผู้พัฒนา | DAppPlay |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "DAppPlay", "description": "\u4e3aDApp\u8fd0\u884c\u6253\u9020\u7684\u533a\u5757\u94fe\u94b1\u5305\u63d2\u4ef6\uff0c\u652f\u6301EOS\u4e0eETH\u3002 A Blockchain Wallet extension specialized for DApp. Support both EOS and ETH.", "version": "1.0.8", "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'", "browser_action": { "default_icon": "icon.png", "default_popup": "index.html" }, "permissions": [ "storage", "unlimitedStorage", "http:\/\/*\/*", "https:\/\/*\/*" ], "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "content.js" ], "run_at": "document_end" } ], "icons": { "128": "128px.png", "48": "48px.png", "16": "16px.png" }, "web_accessible_resources": [ "inject.js" ], "background": { "scripts": [ "background.js" ] } } |