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 |
ID | dllfomnenkbbgfifpmgmggpplpfkafin |
官方網址 | 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\/*" ] } |