EOS Plugin

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

Apa itu EOS Plugin?

EOS Plugin adalah ekstensi Chrome yang dikembangkan oleh https://eosplugin.io, dan fitur utamanya adalah "EOS Plugin allows you to run EOS dApps right in your browser without running a full EOS node.".

Screenshot Ekstensi

screenshot
screenshot
screenshot
screenshot
screenshot

Unduh Berkas CRX Ekstensi EOS Plugin

Unduh file ekstensi EOS Plugin dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama EOS Plugin EOS Plugin
ID onephhclgccdnebcnofmkdgkpkendcnd
URL Resmi https://chrome.google.com/webstore/detail/eos-plugin/onephhclgccdnebcnofmkdgkpkendcnd
Deskripsi EOS Plugin allows you to run EOS dApps right in your browser without running a full EOS node.
Ukuran File 1.83 MB
Jumlah Instalasi 671
Versi Saat Ini 1.0.2
Terakhir Diperbarui 2019-03-08
Tanggal Publikasi 2019-03-08
Penilaian 5.00/5 Total 1 Penilaian
Pengembang https://eosplugin.io
Tipe Pembayaran free
URL Halaman Bantuan https://github.com/EOSWebWallet/EOSPlugin-Project
Bahasa yang Didukung 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"
        ]
    }
}