EOS Plugin
EOS Plugin allows you to run EOS dApps right in your browser without running a full EOS node.
What is EOS Plugin?
EOS Plugin is a Chrome extension developed by https://eosplugin.io, and its main feature is "EOS Plugin allows you to run EOS dApps right in your browser without running a full EOS node.".
Extension Screenshots
Download EOS Plugin Extension CRX File
Download EOS Plugin extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | |
ID | onephhclgccdnebcnofmkdgkpkendcnd |
Official URL | https://chrome.google.com/webstore/detail/eos-plugin/onephhclgccdnebcnofmkdgkpkendcnd |
Description | EOS Plugin allows you to run EOS dApps right in your browser without running a full EOS node. |
File Size | 1.83 MB |
Installation Count | 671 |
Current Version | 1.0.2 |
Last Updated | 2019-03-08 |
Publish Date | 2019-03-08 |
Rating | 5.00/5 Total 1 Ratings |
Developer | https://eosplugin.io |
Payment Type | free |
Help Page URL | https://github.com/EOSWebWallet/EOSPlugin-Project |
Supported Languages | 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" ] } } |