Ethereum Swarm Extension
Web3 framework for Ethereum Swarm dApps
Wat is Ethereum Swarm Extension?
Ethereum Swarm Extension is een Chrome-extensie ontwikkeld door https://ethswarm.org, en de belangrijkste functie is "Web3 framework for Ethereum Swarm dApps".
Extensie Screenshots
Download het CRX-bestand van de extensie Ethereum Swarm Extension
Download Ethereum Swarm Extension-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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 Basisinformatie over de Extensie
| Naam | |
| ID | afpgelfcknfbbfnipnomfdbbnbbemnia |
| Officiële URL | https://chromewebstore.google.com/detail/ethereum-swarm-extension/afpgelfcknfbbfnipnomfdbbnbbemnia |
| Beschrijving | Web3 framework for Ethereum Swarm dApps |
| Bestandsgrootte | 5.28 MB |
| Aantal Installaties | 78 |
| Huidige Versie | 0.7.1 |
| Laatst Bijgewerkt | 2022-11-24 |
| Publicatiedatum | 2021-11-14 |
| Beoordeling | 5.00/5 Totaal 4 Beoordelingen |
| Ontwikkelaar | https://ethswarm.org |
| [email protected] | |
| Betalingswijze | free |
| Extensiewebsite | https://github.com/ethersphere/swarm-extension |
| Help Pagina-URL | https://github.com/ethersphere/swarm-extension/issues |
| URL van de Privacybeleid Pagina | https://github.com/ethersphere/swarm-extension/blob/master/PRIVACY_POLICY.md |
| Ondersteunde Talen | 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": [
"*:\/\/*\/*"
]
} | |