Ethereum Swarm Extension
Web3 framework for Ethereum Swarm dApps
Ethereum Swarm Extensionとは何ですか?
Ethereum Swarm Extensionはhttps://ethswarm.orgによって開発されたChromeの拡張機能で、その主な機能は「Web3 framework for Ethereum Swarm dApps」です。
拡張機能のスクリーンショット
Ethereum Swarm Extension拡張機能のCRXファイルをダウンロード
Ethereum Swarm Extension拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Ethereum Swarm users can load decentralised applications in a secure way meanwhile applications that utilize this extension's framework futureset can achieve higher user experience.
For features and up-to-date information, please visit its public GitHub page: https://github.com/ethersphere/swarm-extension 拡張機能の基本情報
| 名前 | |
| ID | afpgelfcknfbbfnipnomfdbbnbbemnia |
| 公式URL | https://chromewebstore.google.com/detail/ethereum-swarm-extension/afpgelfcknfbbfnipnomfdbbnbbemnia |
| 説明 | Web3 framework for Ethereum Swarm dApps |
| ファイルサイズ | 5.28 MB |
| インストール数 | 78 |
| 現在のバージョン | 0.7.1 |
| 最終更新日 | 2022-11-24 |
| 公開日 | 2021-11-14 |
| 評価 | 5.00/5 合計 4 レビュー |
| 開発者 | https://ethswarm.org |
| Eメール | [email protected] |
| 支払い方法 | free |
| 拡張機能のウェブサイト | https://github.com/ethersphere/swarm-extension |
| ヘルプページのURL | https://github.com/ethersphere/swarm-extension/issues |
| プライバシーポリシーページのURL | https://github.com/ethersphere/swarm-extension/blob/master/PRIVACY_POLICY.md |
| 対応言語 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Ethereum Swarm Extension",
"short_name": "Swarm Extension",
"version": "0.7.1",
"manifest_version": 3,
"permissions": [
"webRequest",
"declarativeNetRequest",
"tabs",
"storage",
"webNavigation"
],
"author": "nugaon",
"description": "Web3 framework for Ethereum Swarm dApps",
"icons": {
"48": "assets\/swarm.png"
},
"background": {
"service_worker": "background.js"
},
"action": {
"default_title": "Swarm Extension",
"default_popup": "popup-page\/index.html"
},
"content_scripts": [
{
"matches": [
"file:\/\/*\/*",
"http:\/\/*\/*",
"https:\/\/*\/*"
],
"js": [
"document-start.js"
],
"run_at": "document_start",
"all_frames": true
}
],
"host_permissions": [
"*:\/\/*\/*"
]
} | |