OpenChain Wallet
An Openchain wallet in your browser
Cos'è OpenChain Wallet?
OpenChain Wallet è un'estensione di Chrome sviluppata da OpenChain, e la sua funzione principale è "An Openchain wallet in your browser".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione OpenChain Wallet
Scarica i file di estensione OpenChain Wallet in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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.
Informazioni di Base sull'Estensione
Nome | OpenChain Wallet |
ID | gckeinaemakjllipmkjapfkpiimjpcla |
URL Ufficiale | https://chromewebstore.google.com/detail/openchain-wallet/gckeinaemakjllipmkjapfkpiimjpcla |
Descrizione | An Openchain wallet in your browser |
Dimensione del File | 3.16 MB |
Conteggio Installazioni | 22 |
Versione Corrente | 1.0.1 |
Ultimo Aggiornamento | 2022-03-11 |
Data di Pubblicazione | 2022-02-27 |
Sviluppatore | OpenChain |
[email protected] | |
Tipo di Pagamento | free |
Lingue Supportate | 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" } } |