OpenChain Wallet
An Openchain wallet in your browser
Qu'est-ce que OpenChain Wallet ?
OpenChain Wallet est une extension Chrome développée par OpenChain, et sa fonction principale est "An Openchain wallet in your browser".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension OpenChain Wallet
Téléchargez les fichiers d'extension OpenChain Wallet au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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.
Informations de Base sur l'Extension
Nom | OpenChain Wallet |
ID | gckeinaemakjllipmkjapfkpiimjpcla |
URL Officiel | https://chromewebstore.google.com/detail/openchain-wallet/gckeinaemakjllipmkjapfkpiimjpcla |
Description | An Openchain wallet in your browser |
Taille du Fichier | 3.16 MB |
Nombre d'Installations | 22 |
Version Actuelle | 1.0.1 |
Dernière Mise à Jour | 2022-03-11 |
Date de Publication | 2022-02-27 |
Développeur | OpenChain |
[email protected] | |
Type de Paiement | free |
Langues Prises en Charge | 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" } } |