Figma Clean Prototypes

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

Co to jest Figma Clean Prototypes?

Figma Clean Prototypes to rozszerzenie Chrome opracowane przez https://jotami.me, a jego główną funkcją jest „Disables the interface on Figma's prototypes so users don't get confused when user testing.”.

Zrzuty ekranu rozszerzenia

Pobierz plik CRX rozszerzenia Figma Clean Prototypes

Pobierz pliki rozszerzeń Figma Clean Prototypes w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa Figma Clean Prototypes Figma Clean Prototypes
ID dllfomnenkbbgfifpmgmggpplpfkafin
Oficjalny URL https://chromewebstore.google.com/detail/figma-clean-prototypes/dllfomnenkbbgfifpmgmggpplpfkafin
Opis Disables the interface on Figma's prototypes so users don't get confused when user testing.
Rozmiar pliku 6.26 KB
Liczba instalacji 78
Aktualna Wersja 0.0.3
Ostatnia Aktualizacja 2020-05-07
Data Publikacji 2020-05-07
Ocena 5.00/5 Łącznie 2 Oceny
Deweloper https://jotami.me
Typ Płatności free
Obsługiwane Języki 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\/*"
    ]
}