Ethereum Swarm Extension

Web3 framework for Ethereum Swarm dApps

Qu'est-ce que Ethereum Swarm Extension ?

Ethereum Swarm Extension est une extension Chrome développée par https://ethswarm.org, et sa fonction principale est "Web3 framework for Ethereum Swarm dApps".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Ethereum Swarm Extension

Téléchargez les fichiers d'extension Ethereum Swarm Extension au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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                    

Informations de Base sur l'Extension

Nom Ethereum Swarm Extension Ethereum Swarm Extension
ID afpgelfcknfbbfnipnomfdbbnbbemnia
URL Officiel https://chromewebstore.google.com/detail/ethereum-swarm-extension/afpgelfcknfbbfnipnomfdbbnbbemnia
Description Web3 framework for Ethereum Swarm dApps
Taille du Fichier 5.28 MB
Nombre d'Installations 78
Version Actuelle 0.7.1
Dernière Mise à Jour 2022-11-24
Date de Publication 2021-11-14
Évaluation 5.00/5 Total 4 Évaluations
Développeur https://ethswarm.org
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://github.com/ethersphere/swarm-extension
URL de la Page d'Aide https://github.com/ethersphere/swarm-extension/issues
URL de la Page de Politique de Confidentialité https://github.com/ethersphere/swarm-extension/blob/master/PRIVACY_POLICY.md
Langues Prises en Charge 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": [
        "*:\/\/*\/*"
    ]
}