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 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Disables the interface on Figma's prototypes so users don't get confused when user testing."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Figma Clean Prototypes एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
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\/*" ] } |