Figma Clean Prototypes
Disables the interface on Figma's prototypes so users don't get confused when user testing.
O que é Figma Clean Prototypes?
Figma Clean Prototypes é uma extensão do Chrome desenvolvida por https://jotami.me, e sua principal característica é "Disables the interface on Figma's prototypes so users don't get confused when user testing.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Figma Clean Prototypes
Baixe arquivos de extensão Figma Clean Prototypes no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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.
Informações Básicas da Extensão
Nome | Figma Clean Prototypes |
ID | dllfomnenkbbgfifpmgmggpplpfkafin |
URL Oficial | https://chromewebstore.google.com/detail/figma-clean-prototypes/dllfomnenkbbgfifpmgmggpplpfkafin |
Descrição | Disables the interface on Figma's prototypes so users don't get confused when user testing. |
Tamanho do Arquivo | 6.26 KB |
Contagem de Instalações | 78 |
Versão Atual | 0.0.3 |
Última Atualização | 2020-05-07 |
Data de Publicação | 2020-05-07 |
Classificação | 5.00/5 Total de 2 Avaliações |
Desenvolvedor | https://jotami.me |
Tipo de Pagamento | free |
Idiomas Suportados | 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\/*" ] } |