EOS Plugin

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

EOS Pluginคืออะไร?

EOS Plugin เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://eosplugin.io และคุณลักษณะหลักของมันคือ "EOS Plugin allows you to run EOS dApps right in your browser without running a full EOS node."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย EOS Plugin

ดาวน์โหลดไฟล์ส่วนขยาย EOS Plugin ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ EOS Plugin EOS Plugin
ID onephhclgccdnebcnofmkdgkpkendcnd
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/eos-plugin/onephhclgccdnebcnofmkdgkpkendcnd
คำอธิบาย EOS Plugin allows you to run EOS dApps right in your browser without running a full EOS node.
ขนาดไฟล์ 1.83 MB
จำนวนการติดตั้ง 671
เวอร์ชันปัจจุบัน 1.0.2
อัปเดตครั้งล่าสุด 2019-03-08
วันที่เผยแพร่ 2019-03-08
คะแนน 5.00/5 รวมทั้งหมด 1 คะแนน
ผู้พัฒนา https://eosplugin.io
ประเภทการชำระเงิน free
URL หน้าช่วยเหลือ https://github.com/EOSWebWallet/EOSPlugin-Project
ภาษาที่รองรับ 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"
        ]
    }
}