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 |
| 公式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"
]
}
} | |