Fractal Wallet

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

Fractal Wallet क्या है?

Fractal Wallet 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 फ़ाइल डाउनलोड करें

crx प्रारूप में Fractal Wallet एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

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