EOS Plugin

EOS Plugin allows you to run EOS dApps right in your browser without running a full EOS node.

O que é EOS Plugin?

EOS Plugin é uma extensão do Chrome desenvolvida por https://eosplugin.io, e sua principal característica é "EOS Plugin allows you to run EOS dApps right in your browser without running a full EOS node.".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão EOS Plugin

Baixe arquivos de extensão EOS Plugin no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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.                    

Informações Básicas da Extensão

Nome EOS Plugin EOS Plugin
ID onephhclgccdnebcnofmkdgkpkendcnd
URL Oficial https://chrome.google.com/webstore/detail/eos-plugin/onephhclgccdnebcnofmkdgkpkendcnd
Descrição EOS Plugin allows you to run EOS dApps right in your browser without running a full EOS node.
Tamanho do Arquivo 1.83 MB
Contagem de Instalações 671
Versão Atual 1.0.2
Última Atualização 2019-03-08
Data de Publicação 2019-03-08
Classificação 5.00/5 Total de 1 Avaliações
Desenvolvedor https://eosplugin.io
Tipo de Pagamento free
URL da Página de Ajuda https://github.com/EOSWebWallet/EOSPlugin-Project
Idiomas Suportados 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"
        ]
    }
}