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によって開発されたChromeの拡張機能で、その主な機能は「The Fractal Wallet is a browser extension that allows users to store their validated decentralized identity (DID) credentials.」です。

拡張機能のスクリーンショット

screenshot
screenshot
screenshot
screenshot
screenshot

Fractal Wallet拡張機能のCRXファイルをダウンロード

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
Eメール [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"
    ]
}