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\/*" ] } |