EOS Plugin
EOS Plugin allows you to run EOS dApps right in your browser without running a full EOS node.
EOS Plugin là gì?
EOS Plugin là một tiện ích mở rộng Chrome được phát triển bởi https://eosplugin.io, và tính năng chính của nó là "EOS Plugin allows you to run EOS dApps right in your browser without running a full EOS node.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng EOS Plugin
Tải xuống các tệp mở rộng EOS Plugin dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | onephhclgccdnebcnofmkdgkpkendcnd |
URL Chính Thức | https://chrome.google.com/webstore/detail/eos-plugin/onephhclgccdnebcnofmkdgkpkendcnd |
Mô tả | EOS Plugin allows you to run EOS dApps right in your browser without running a full EOS node. |
Kích Thước Tệp | 1.83 MB |
Số Lần Cài Đặt | 671 |
Phiên Bản Hiện Tại | 1.0.2 |
Cập Nhật Lần Cuối | 2019-03-08 |
Ngày Phát Hành | 2019-03-08 |
Đánh Giá | 5.00/5 Tổng số 1 Đánh Giá |
Nhà Phát Triển | https://eosplugin.io |
Loại Thanh Toán | free |
URL Trang Trợ Giúp | https://github.com/EOSWebWallet/EOSPlugin-Project |
Ngôn Ngữ Được Hỗ Trợ | 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" ] } } |