Figma Clean Prototypes

Disables the interface on Figma's prototypes so users don't get confused when user testing.

Co je Figma Clean Prototypes?

Figma Clean Prototypes je rozšíření Chrome vyvinuté https://jotami.me, a jeho hlavní funkcí je „Disables the interface on Figma's prototypes so users don't get confused when user testing.“.

Snímky obrazovky rozšíření

Stáhnout soubor CRX rozšíření Figma Clean Prototypes

Stáhněte si soubory rozšíření Figma Clean Prototypes ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        Figma Clean Prototypes allows you to activate/deactivate Figma's floating UI into the prototype mode.

This is useful for designers/uxers or people doing user testing that doesn't want to be distracted or confused by this.

With only one click you can enable or disable them and doesn't affect at all the prototype or your file as it only works on a browser visual level.                    

Základní Informace o Rozšíření

Název Figma Clean Prototypes Figma Clean Prototypes
ID dllfomnenkbbgfifpmgmggpplpfkafin
Oficiální URL https://chromewebstore.google.com/detail/figma-clean-prototypes/dllfomnenkbbgfifpmgmggpplpfkafin
Popis Disables the interface on Figma's prototypes so users don't get confused when user testing.
Velikost souboru 6.26 KB
Počet instalací 78
Aktuální Verze 0.0.3
Poslední Aktualizace 2020-05-07
Datum Vydání 2020-05-07
Hodnocení 5.00/5 Celkem 2 Hodnocení
Vývojář https://jotami.me
Typ Platby free
Podporované Jazyky en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Figma Clean Prototypes",
    "version": "0.0.3",
    "manifest_version": 2,
    "description": "Disables the interface on Figma's prototypes so users don't get confused when user testing.",
    "browser_action": {
        "default_icon": "off.png"
    },
    "background": {
        "scripts": [
            "tester.js"
        ]
    },
    "permissions": [
        "https:\/\/www.figma.com\/proto\/*"
    ]
}