Figma Clean Prototypes

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

Cos'è Figma Clean Prototypes?

Figma Clean Prototypes è un'estensione di Chrome sviluppata da https://jotami.me, e la sua funzione principale è "Disables the interface on Figma's prototypes so users don't get confused when user testing.".

Screenshot dell'Estensione

Scarica il file CRX dell'estensione Figma Clean Prototypes

Scarica i file di estensione Figma Clean Prototypes in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome Figma Clean Prototypes Figma Clean Prototypes
ID dllfomnenkbbgfifpmgmggpplpfkafin
URL Ufficiale https://chromewebstore.google.com/detail/figma-clean-prototypes/dllfomnenkbbgfifpmgmggpplpfkafin
Descrizione Disables the interface on Figma's prototypes so users don't get confused when user testing.
Dimensione del File 6.26 KB
Conteggio Installazioni 78
Versione Corrente 0.0.3
Ultimo Aggiornamento 2020-05-07
Data di Pubblicazione 2020-05-07
Valutazione 5.00/5 Totale 2 Valutazioni
Sviluppatore https://jotami.me
Tipo di Pagamento free
Lingue Supportate 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\/*"
    ]
}