Initia Wallet
Initia Wallet is a Chrome extension wallet that allows users to access Initia dApps within a web browser environment. The user…
Initia Walletคืออะไร?
Initia Wallet เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Initia และคุณลักษณะหลักของมันคือ "Initia Wallet is a Chrome extension wallet that allows users to access Initia dApps within a web browser environment. The user…"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Initia Wallet
ดาวน์โหลดไฟล์ส่วนขยาย Initia Wallet ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Initia Wallet is a Chrome extension wallet that allows users to access Initia dApps within a web browser environment. The user interface of Initia Wallet allows users to create new accounts using mnemonic phrases, view their assets, NFTs, and activities, and perform transactions on the Initia blockchain, such as transferring and exchanging assets. Through the extension, users can grant web applications the permission to read blockchain information such as account balances and histories.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Initia Wallet |
ID | ffbceckpkpbcmgiaehlloocglmijnpmp |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/initia-wallet/ffbceckpkpbcmgiaehlloocglmijnpmp |
คำอธิบาย | Initia Wallet is a Chrome extension wallet that allows users to access Initia dApps within a web browser environment. The user… |
ขนาดไฟล์ | 3.99 MB |
จำนวนการติดตั้ง | 140 |
เวอร์ชันปัจจุบัน | 0.36.0 |
อัปเดตครั้งล่าสุด | 2024-02-15 |
วันที่เผยแพร่ | 2023-04-03 |
ผู้พัฒนา | Initia |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://initia.co |
URL หน้านโยบายความเป็นส่วนตัว | https://initia.co/privacy |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Initia Wallet", "version": "0.36.0", "icons": { "128": "favicon.png" }, "action": { "default_popup": "index.html" }, "background": { "service_worker": "background.js" }, "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "content.js" ], "all_frames": true, "run_at": "document_start" } ], "web_accessible_resources": [ { "resources": [ "page.js" ], "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ] } ], "permissions": [ "storage" ], "content_security_policy": { "extension_pages": "script-src 'self'; object-src 'self'; frame-ancestors 'none';" }, "minimum_chrome_version": "116", "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEA7xutgbDVvVcRNTkvxCO04NCIyiirk92zAIfBWv7WgLbY3ohvuwT3dByORwRuVNJ4SZo\/tqakXPztn3EoJG4zfJ1xUOOkDg4mRpMSOfI9lsqsQmmUQ3+ClTyOQPzsBgKqFcOt0eLsImjXREKWjjHk9rSxbHWHk3nU+OGYikImkFrplRGeHHfu60B7tXUvWx+9nNiAiBtEY9AzbQqsD4tCGHeuA3hP2NuvOvorLpYLWmhyRyXQpDYfwQ7BCIVhB3kMf7S1NxV7MexYpxbM+h1lEGsq1dvlhTXXNN8+LTopzZn\/zfAxIK5cMfIHBqds7jUi\/+lDQLiWfDlWPFMkXAYF4QIDAQAB" } |