EOS Plugin
EOS Plugin allows you to run EOS dApps right in your browser without running a full EOS node.
Qu'est-ce que EOS Plugin ?
EOS Plugin est une extension Chrome développée par https://eosplugin.io, et sa fonction principale est "EOS Plugin allows you to run EOS dApps right in your browser without running a full EOS node.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension EOS Plugin
Téléchargez les fichiers d'extension EOS Plugin 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
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.
Informations de Base sur l'Extension
Nom | |
ID | onephhclgccdnebcnofmkdgkpkendcnd |
URL Officiel | 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. |
Taille du Fichier | 1.83 MB |
Nombre d'Installations | 671 |
Version Actuelle | 1.0.2 |
Dernière Mise à Jour | 2019-03-08 |
Date de Publication | 2019-03-08 |
Évaluation | 5.00/5 Total 1 Évaluations |
Développeur | https://eosplugin.io |
Type de Paiement | free |
URL de la Page d'Aide | https://github.com/EOSWebWallet/EOSPlugin-Project |
Langues Prises en Charge | 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" ] } } |