Fractal Wallet

The Fractal Wallet is a browser extension that allows users to store their validated decentralized identity (DID) credentials.

Τι είναι το Fractal Wallet;

Το Fractal Wallet είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Trust Fractal GmbH, και η κύρια λειτουργία του είναι "The Fractal Wallet is a browser extension that allows users to store their validated decentralized identity (DID) credentials.".

Στιγμιότυπα Επέκτασης

screenshot
screenshot
screenshot
screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης Fractal Wallet

Λήψη αρχείων επέκτασης Fractal Wallet σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        The Fractal Wallet is a digital identity (DID) browser extension that enables you to prove your identity easily without disclosing your personal data.

You can use it to join the Fractal Protocol, enabling you to receive FCL rewards. Don't pay for the Internet with your personal data: let the Internet pay you.                    

Βασικές Πληροφορίες Επέκτασης

Όνομα Fractal Wallet Fractal Wallet
ID agechnindjilpccclelhlbjphbgnobpf
Επίσημο URL https://chromewebstore.google.com/detail/fractal-wallet/agechnindjilpccclelhlbjphbgnobpf
Περιγραφή The Fractal Wallet is a browser extension that allows users to store their validated decentralized identity (DID) credentials.
Μέγεθος Αρχείου 8.51 MB
Αριθμός Εγκαταστάσεων 39,034
Τρέχουσα Έκδοση 0.4.14
Τελευταία Ενημέρωση 2022-08-29
Ημερομηνία Δημοσίευσης 2021-05-09
Αξιολόγηση 3.54/5 Συνολικά 59 Αξιολογήσεις
Προγραμματιστής Trust Fractal GmbH
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης https://protocol.fractal.id/
URL της Σελίδας Πολιτικής Απορρήτου https://fractal.id/documents/privacy-policy
Υποστηριζόμενες Γλώσσες en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "author": "https:\/\/www.trustfractal.com",
    "manifest_version": 2,
    "version": "0.4.14",
    "short_name": "Fractal Wallet",
    "name": "Fractal Wallet",
    "description": "The Fractal Wallet is a browser extension that allows users to store their validated decentralized identity (DID) credentials.",
    "browser_action": {
        "default_title": "Fractal Wallet",
        "default_popup": "popup.html",
        "default_icon": {
            "16": "img\/icon_16.png",
            "19": "img\/icon_19.png",
            "32": "img\/icon_32.png",
            "38": "img\/icon_38.png",
            "64": "img\/icon_64.png",
            "128": "img\/icon_128.png",
            "512": "img\/icon_512.png"
        }
    },
    "commands": {
        "_execute_browser_action": {
            "suggested_key": {
                "windows": "Alt+Shift+F",
                "mac": "Alt+Shift+F",
                "chromeos": "Alt+Shift+F",
                "linux": "Alt+Shift+F"
            }
        }
    },
    "background": {
        "scripts": [
            "background.bundle.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "contentScript.bundle.js"
            ],
            "run_at": "document_end",
            "all_frames": false
        }
    ],
    "content_security_policy": "script-src 'self' 'wasm-eval'; object-src 'self'",
    "web_accessible_resources": [
        "sdk.bundle.js"
    ],
    "icons": {
        "16": "img\/icon_16.png",
        "19": "img\/icon_19.png",
        "32": "img\/icon_32.png",
        "38": "img\/icon_38.png",
        "64": "img\/icon_64.png",
        "128": "img\/icon_128.png",
        "512": "img\/icon_512.png"
    },
    "permissions": [
        "tabs",
        "storage",
        "unlimitedStorage"
    ]
}