Figma Clean Prototypes
Disables the interface on Figma's prototypes so users don't get confused when user testing.
Figma Clean Prototypes là gì?
Figma Clean Prototypes là một tiện ích mở rộng Chrome được phát triển bởi https://jotami.me, và tính năng chính của nó là "Disables the interface on Figma's prototypes so users don't get confused when user testing.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Figma Clean Prototypes
Tải xuống các tệp mở rộng Figma Clean Prototypes dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Figma Clean Prototypes |
ID | dllfomnenkbbgfifpmgmggpplpfkafin |
URL Chính Thức | https://chromewebstore.google.com/detail/figma-clean-prototypes/dllfomnenkbbgfifpmgmggpplpfkafin |
Mô tả | Disables the interface on Figma's prototypes so users don't get confused when user testing. |
Kích Thước Tệp | 6.26 KB |
Số Lần Cài Đặt | 78 |
Phiên Bản Hiện Tại | 0.0.3 |
Cập Nhật Lần Cuối | 2020-05-07 |
Ngày Phát Hành | 2020-05-07 |
Đánh Giá | 5.00/5 Tổng số 2 Đánh Giá |
Nhà Phát Triển | https://jotami.me |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | 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\/*" ] } |