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 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Initia Wallet is a Chrome extension wallet that allows users to access Initia dApps within a web browser environment. The user…"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Initia Wallet एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
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" } |