Figma Clean Prototypes
Disables the interface on Figma's prototypes so users don't get confused when user testing.
Was ist Figma Clean Prototypes?
Figma Clean Prototypes ist eine Chrome-Erweiterung, die von https://jotami.me entwickelt wurde, und ihr Hauptmerkmal ist "Disables the interface on Figma's prototypes so users don't get confused when user testing.".
Erweiterungsscreenshots
Figma Clean Prototypes-Erweiterungs-CRX-Datei herunterladen
Laden Sie Figma Clean Prototypes-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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.
Grundlegende Informationen zur Erweiterung
Name | Figma Clean Prototypes |
ID | dllfomnenkbbgfifpmgmggpplpfkafin |
Offizielle URL | https://chromewebstore.google.com/detail/figma-clean-prototypes/dllfomnenkbbgfifpmgmggpplpfkafin |
Beschreibung | Disables the interface on Figma's prototypes so users don't get confused when user testing. |
Dateigröße | 6.26 KB |
Installationsanzahl | 78 |
Aktuelle Version | 0.0.3 |
Letztes Update | 2020-05-07 |
Veröffentlichungsdatum | 2020-05-07 |
Bewertung | 5.00/5 Insgesamt 2 Bewertungen |
Entwickler | https://jotami.me |
Zahlungsart | free |
Unterstützte Sprachen | 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\/*" ] } |