EOS Plugin
EOS Plugin allows you to run EOS dApps right in your browser without running a full EOS node.
Cos'è EOS Plugin?
EOS Plugin è un'estensione di Chrome sviluppata da https://eosplugin.io, e la sua funzione principale è "EOS Plugin allows you to run EOS dApps right in your browser without running a full EOS node.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione EOS Plugin
Scarica i file di estensione EOS Plugin 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
EOS Plugin is a bridge that give you a chance you to visit the future world of distributed web in your browser today. It allows you to run EOS dApps right in your browser without running a full EOS node. Open source software: work with dApps, create anonymous identities, send/receive tokens, sign transactions, etc.
Informazioni di Base sull'Estensione
Nome | |
ID | onephhclgccdnebcnofmkdgkpkendcnd |
URL Ufficiale | https://chrome.google.com/webstore/detail/eos-plugin/onephhclgccdnebcnofmkdgkpkendcnd |
Descrizione | EOS Plugin allows you to run EOS dApps right in your browser without running a full EOS node. |
Dimensione del File | 1.83 MB |
Conteggio Installazioni | 671 |
Versione Corrente | 1.0.2 |
Ultimo Aggiornamento | 2019-03-08 |
Data di Pubblicazione | 2019-03-08 |
Valutazione | 5.00/5 Totale 1 Valutazioni |
Sviluppatore | https://eosplugin.io |
Tipo di Pagamento | free |
URL della Pagina di Aiuto | https://github.com/EOSWebWallet/EOSPlugin-Project |
Lingue Supportate | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "EOS Plugin", "description": "EOS Plugin allows you to run EOS dApps right in your browser without running a full EOS node.", "version": "1.0.2", "permissions": [ "tabs", "activeTab", "storage" ], "browser_action": { "default_title": "EOS Plugin", "default_popup": "index.html", "default_icon": "icon.png" }, "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'", "web_accessible_resources": [ "assets\/css\/*", "assets\/js\/*", "assets\/fonts\/*", "inject.js" ], "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "content.js" ], "run_at": "document_end" } ], "background": { "scripts": [ "background.js" ] } } |