Flipper Developer

A wallet for your favorite blockchain apps and games

Hvad er Flipper Developer?

Flipper Developer er en Chrome-udvidelse udviklet af https://flipper.org, og dens hovedfunktion er "A wallet for your favorite blockchain apps and games".

Udvidelsesskærmbilleder

screenshot

Download Flipper Developer-udvidelses-CRX-fil

Download Flipper Developer-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        Flipper Developer is a wallet that allows developers to create and test smart contracts in a production-like environment before making them available to the public.

If you're looking for the Flipper wallet, which supports actual-value transactions on the public network, you may find it here:
https://chrome.google.com/webstore/detail/flipper/lmmpaefggfcmnoddemmgdppddppnmhek                    

Grundlæggende oplysninger om udvidelsen

Navn Flipper Developer Flipper Developer
ID nkjhfapihbllbhhneonipcinhdlcmfgn
Officiel URL https://chromewebstore.google.com/detail/flipper-developer/nkjhfapihbllbhhneonipcinhdlcmfgn
Beskrivelse A wallet for your favorite blockchain apps and games
Filstørrelse 1.93 MB
Antal Installationer 116
Nuværende Version 1.7
Senest Opdateret 2023-06-27
Udgivelsesdato 2022-09-28
Udvikler https://flipper.org
E-mail [email protected]
Betalingsmetode free
Udvidelseswebsted https://flipper.org
Hjælpeside-URL https://flipper.org
URL til Fortrolighedspolitik Side https://flipper.org/Privacy.bfe7834e.pdf
Understøttede Sprog en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "description": "A wallet for your favorite blockchain apps and games",
    "version": "1.7",
    "manifest_version": 3,
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAgM5xprpfHzMQGOG0FNZ5T13uC\/ExUhIm8pLLOu7emB5WlkakmaEVsdiTu8sZuXtm6RJhQoqLgMvSkDF717\/2+lLxIB\/o6oa30VjKMhA7733SPMclX+C9FcwtfXwy0vMmDVgS6TacOkW+sKY9wo8Wz7gSZsPX7niJfER+IWIHkrhzS6rAX0Ou\/DpQvo6oOOcK3cv+emKXGkPmVdGHe7FfevYjx8zOKDXQIH4RyLpF3vOas+aV8LplSO80UFzl0ZT21GnnndIDZN0\/dvPLI50blw1L5GcoZFLqR6mGB6\/2ESjJUHFh2Xc14ZwRoXT+WUkCzNd0PdPR9xMM2Br1q5uuxwIDAQAB",
    "web_accessible_resources": [
        {
            "resources": [
                "index.html",
                "script.js"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "name": "Flipper Developer",
    "background": {
        "service_worker": ".\/background.js"
    },
    "action": {
        "default_title": "Flipper"
    },
    "icons": {
        "16": "logo_flipper_16.png",
        "32": "logo_flipper_32.png",
        "48": "logo_flipper_48.png",
        "128": "logo_flipper_128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                ".\/content.js"
            ]
        }
    ],
    "permissions": [
        "activeTab",
        "storage",
        "alarms",
        "notifications"
    ]
}