EOS Plugin
EOS Plugin allows you to run EOS dApps right in your browser without running a full EOS node.
Wat is EOS Plugin?
EOS Plugin is een Chrome-extensie ontwikkeld door https://eosplugin.io, en de belangrijkste functie is "EOS Plugin allows you to run EOS dApps right in your browser without running a full EOS node.".
Extensie Screenshots
Download het CRX-bestand van de extensie EOS Plugin
Download EOS Plugin-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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. Basisinformatie over de Extensie
| Naam | |
| ID | onephhclgccdnebcnofmkdgkpkendcnd |
| Officiële URL | https://chrome.google.com/webstore/detail/eos-plugin/onephhclgccdnebcnofmkdgkpkendcnd |
| Beschrijving | EOS Plugin allows you to run EOS dApps right in your browser without running a full EOS node. |
| Bestandsgrootte | 1.83 MB |
| Aantal Installaties | 671 |
| Huidige Versie | 1.0.2 |
| Laatst Bijgewerkt | 2019-03-08 |
| Publicatiedatum | 2019-03-08 |
| Beoordeling | 5.00/5 Totaal 1 Beoordelingen |
| Ontwikkelaar | https://eosplugin.io |
| Betalingswijze | free |
| Help Pagina-URL | https://github.com/EOSWebWallet/EOSPlugin-Project |
| Ondersteunde Talen | 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"
]
}
} | |