Figma Clean Prototypes

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

什么是Figma Clean Prototypes?

Figma Clean Prototypes是由https://jotami.me开发的Chrome扩展程序,该扩展的主要功能是“Disables the interface on Figma's prototypes so users don't get confused when user testing.”。

扩展截图

下载Figma Clean Prototypes扩展crx文件

下载Figma Clean Prototypes扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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.                    

扩展基本信息

名称 Figma Clean Prototypes Figma Clean Prototypes
ID dllfomnenkbbgfifpmgmggpplpfkafin
官方URL https://chromewebstore.google.com/detail/figma-clean-prototypes/dllfomnenkbbgfifpmgmggpplpfkafin
简介 Disables the interface on Figma's prototypes so users don't get confused when user testing.
文件大小 6.26 KB
安装次数 78
当前版本 0.0.3
更新时间 2020-05-07
上架时间 2020-05-07
评分 5.00/5 共2次评分
开发者 https://jotami.me
付费类型 free
支持的语言 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\/*"
    ]
}