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是由Initia开发的Chrome扩展程序,该扩展的主要功能是“Initia Wallet is a Chrome extension wallet that allows users to access Initia dApps within a web browser environment. The user…”。
扩展截图
下载Initia Wallet扩展crx文件
下载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" } |