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 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://jotami.me และคุณลักษณะหลักของมันคือ "Disables the interface on Figma's prototypes so users don't get confused when user testing."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Figma Clean Prototypes
ดาวน์โหลดไฟล์ส่วนขยาย 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 |
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\/*" ] } |