EOS Plugin
EOS Plugin allows you to run EOS dApps right in your browser without running a full EOS node.
Vad är EOS Plugin?
EOS Plugin är en Chrome-tillägg utvecklad av https://eosplugin.io, och dess huvudfunktion är "EOS Plugin allows you to run EOS dApps right in your browser without running a full EOS node.".
Tilläggsskärmbilder
Ladda ner EOS Plugin-förlängningens CRX-fil
Ladda ner EOS Plugin-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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äggande Information om Tillägg
Namn | |
ID | onephhclgccdnebcnofmkdgkpkendcnd |
Officiell webbadress | https://chrome.google.com/webstore/detail/eos-plugin/onephhclgccdnebcnofmkdgkpkendcnd |
Beskrivning | EOS Plugin allows you to run EOS dApps right in your browser without running a full EOS node. |
Filstorlek | 1.83 MB |
Antal Installationer | 671 |
Aktuell Version | 1.0.2 |
Senast Uppdaterad | 2019-03-08 |
Publiceringsdatum | 2019-03-08 |
Betyg | 5.00/5 Totalt 1 Betyg |
Utvecklare | https://eosplugin.io |
Betalningssätt | free |
Hjälpsida URL | https://github.com/EOSWebWallet/EOSPlugin-Project |
Stödda Språk | 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" ] } } |