Figma Clean Prototypes
Disables the interface on Figma's prototypes so users don't get confused when user testing.
Vad är Figma Clean Prototypes?
Figma Clean Prototypes är en Chrome-tillägg utvecklad av https://jotami.me, och dess huvudfunktion är "Disables the interface on Figma's prototypes so users don't get confused when user testing.".
Tilläggsskärmbilder
Ladda ner Figma Clean Prototypes-förlängningens CRX-fil
Ladda ner Figma Clean Prototypes-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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.
Grundläggande Information om Tillägg
Namn | Figma Clean Prototypes |
ID | dllfomnenkbbgfifpmgmggpplpfkafin |
Officiell webbadress | https://chromewebstore.google.com/detail/figma-clean-prototypes/dllfomnenkbbgfifpmgmggpplpfkafin |
Beskrivning | Disables the interface on Figma's prototypes so users don't get confused when user testing. |
Filstorlek | 6.26 KB |
Antal Installationer | 78 |
Aktuell Version | 0.0.3 |
Senast Uppdaterad | 2020-05-07 |
Publiceringsdatum | 2020-05-07 |
Betyg | 5.00/5 Totalt 2 Betyg |
Utvecklare | https://jotami.me |
Betalningssätt | free |
Stödda Språk | 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\/*" ] } |