Figma Clean Prototypes

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

Apa itu Figma Clean Prototypes?

Figma Clean Prototypes adalah ekstensi Chrome yang dikembangkan oleh https://jotami.me, dan fitur utamanya adalah "Disables the interface on Figma's prototypes so users don't get confused when user testing.".

Screenshot Ekstensi

Unduh Berkas CRX Ekstensi Figma Clean Prototypes

Unduh file ekstensi Figma Clean Prototypes dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama Figma Clean Prototypes Figma Clean Prototypes
ID dllfomnenkbbgfifpmgmggpplpfkafin
URL Resmi https://chromewebstore.google.com/detail/figma-clean-prototypes/dllfomnenkbbgfifpmgmggpplpfkafin
Deskripsi Disables the interface on Figma's prototypes so users don't get confused when user testing.
Ukuran File 6.26 KB
Jumlah Instalasi 78
Versi Saat Ini 0.0.3
Terakhir Diperbarui 2020-05-07
Tanggal Publikasi 2020-05-07
Penilaian 5.00/5 Total 2 Penilaian
Pengembang https://jotami.me
Tipe Pembayaran free
Bahasa yang Didukung 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\/*"
    ]
}