EOS Plugin
EOS Plugin allows you to run EOS dApps right in your browser without running a full EOS node.
Hvad er EOS Plugin?
EOS Plugin er en Chrome-udvidelse udviklet af https://eosplugin.io, og dens hovedfunktion er "EOS Plugin allows you to run EOS dApps right in your browser without running a full EOS node.".
Udvidelsesskærmbilleder
Download EOS Plugin-udvidelses-CRX-fil
Download EOS Plugin-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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.
Grundlæggende oplysninger om udvidelsen
Navn | |
ID | onephhclgccdnebcnofmkdgkpkendcnd |
Officiel URL | https://chrome.google.com/webstore/detail/eos-plugin/onephhclgccdnebcnofmkdgkpkendcnd |
Beskrivelse | EOS Plugin allows you to run EOS dApps right in your browser without running a full EOS node. |
Filstørrelse | 1.83 MB |
Antal Installationer | 671 |
Nuværende Version | 1.0.2 |
Senest Opdateret | 2019-03-08 |
Udgivelsesdato | 2019-03-08 |
Bedømmelse | 5.00/5 Samlet 1 Bedømmelser |
Udvikler | https://eosplugin.io |
Betalingsmetode | free |
Hjælpeside-URL | https://github.com/EOSWebWallet/EOSPlugin-Project |
Understøttede Sprog | 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" ] } } |