EOS Plugin
EOS Plugin allows you to run EOS dApps right in your browser without running a full EOS node.
什麼是EOS Plugin?
EOS Plugin是由https://eosplugin.io開發的Chrome擴展程式,該擴展的主要功能是“EOS Plugin allows you to run EOS dApps right in your browser without running a full EOS node.”。
擴展截圖
下載EOS Plugin擴展crx文件
下載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. 擴展基本資訊
| 名稱 | |
| ID | onephhclgccdnebcnofmkdgkpkendcnd |
| 官方網址 | 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"
]
}
} | |