OpenChain Wallet
An Openchain wallet in your browser
Vad är OpenChain Wallet?
OpenChain Wallet är en Chrome-tillägg utvecklad av OpenChain, och dess huvudfunktion är "An Openchain wallet in your browser".
Tilläggsskärmbilder
Ladda ner OpenChain Wallet-förlängningens CRX-fil
Ladda ner OpenChain Wallet-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
An Openchain Wallet in your Browser OpenChain is an extension for accessing OpenChain enabled distributed applications, or "Dapps" in your browser! OpenChain also lets the user create and manage their own identities, so when a Dapp wants to perform a transaction and write to the blockchain, the user gets a secure interface to review the transaction, before approving or rejecting it. Because it adds functionality to the normal browser context, OpenChain requires the permission to read and write to any webpage.
Grundläggande Information om Tillägg
Namn | OpenChain Wallet |
ID | gckeinaemakjllipmkjapfkpiimjpcla |
Officiell webbadress | https://chromewebstore.google.com/detail/openchain-wallet/gckeinaemakjllipmkjapfkpiimjpcla |
Beskrivning | An Openchain wallet in your browser |
Filstorlek | 3.16 MB |
Antal Installationer | 22 |
Aktuell Version | 1.0.1 |
Senast Uppdaterad | 2022-03-11 |
Publiceringsdatum | 2022-02-27 |
Utvecklare | OpenChain |
E-post | [email protected] |
Betalningssätt | free |
Stödda Språk | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "version": "1.0.1", "short_name": "Wallet OPC", "name": "OpenChain Wallet", "description": "An Openchain wallet in your browser", "action": { "default_popup": "index.html", "default_title": "Open the popup" }, "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ ".\/static\/js\/main.js" ] } ], "permissions": [ "storage" ], "icons": { "16": "img\/icon-16.png", "48": "img\/icon-48.png", "128": "img\/icon-128.png" } } |