Figma Clean Prototypes
Disables the interface on Figma's prototypes so users don't get confused when user testing.
Wat is Figma Clean Prototypes?
Figma Clean Prototypes is een Chrome-extensie ontwikkeld door https://jotami.me, en de belangrijkste functie is "Disables the interface on Figma's prototypes so users don't get confused when user testing.".
Extensie Screenshots
Download het CRX-bestand van de extensie Figma Clean Prototypes
Download Figma Clean Prototypes-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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.
Basisinformatie over de Extensie
Naam | Figma Clean Prototypes |
ID | dllfomnenkbbgfifpmgmggpplpfkafin |
Officiële URL | https://chromewebstore.google.com/detail/figma-clean-prototypes/dllfomnenkbbgfifpmgmggpplpfkafin |
Beschrijving | Disables the interface on Figma's prototypes so users don't get confused when user testing. |
Bestandsgrootte | 6.26 KB |
Aantal Installaties | 78 |
Huidige Versie | 0.0.3 |
Laatst Bijgewerkt | 2020-05-07 |
Publicatiedatum | 2020-05-07 |
Beoordeling | 5.00/5 Totaal 2 Beoordelingen |
Ontwikkelaar | https://jotami.me |
Betalingswijze | free |
Ondersteunde Talen | 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\/*" ] } |