Figma Clean Prototypes
Disables the interface on Figma's prototypes so users don't get confused when user testing.
What is Figma Clean Prototypes?
Figma Clean Prototypes is a Chrome extension developed by https://jotami.me, and its main feature is "Disables the interface on Figma's prototypes so users don't get confused when user testing.".
Extension Screenshots
Download Figma Clean Prototypes Extension CRX File
Download Figma Clean Prototypes extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | Figma Clean Prototypes |
ID | dllfomnenkbbgfifpmgmggpplpfkafin |
Official URL | https://chromewebstore.google.com/detail/figma-clean-prototypes/dllfomnenkbbgfifpmgmggpplpfkafin |
Description | Disables the interface on Figma's prototypes so users don't get confused when user testing. |
File Size | 6.26 KB |
Installation Count | 78 |
Current Version | 0.0.3 |
Last Updated | 2020-05-07 |
Publish Date | 2020-05-07 |
Rating | 5.00/5 Total 2 Ratings |
Developer | https://jotami.me |
Payment Type | free |
Supported Languages | 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\/*" ] } |