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\/*"
    ]
}