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 مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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
عنوان صفحة المساعدة 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"
        ]
    }
}