Figma Cursor Toggle
Toggle between touch and default cursor in any Figma prototype
Wat is Figma Cursor Toggle?
Figma Cursor Toggle is een Chrome-extensie ontwikkeld door marvinkennis, en de belangrijkste functie is "Toggle between touch and default cursor in any Figma prototype".
Extensie Screenshots
Download het CRX-bestand van de extensie Figma Cursor Toggle
Download Figma Cursor Toggle-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
Toggle between touch and default cursor in any Figma prototype. This is especially useful when you want to record mobile prototypes in non-standard frame sizes. No more desktop cursors on mobile UI!
Basisinformatie over de Extensie
Naam | Figma Cursor Toggle |
ID | lcncbmbpnkcbjmmofcjdiclcndndjlei |
Officiële URL | https://chromewebstore.google.com/detail/figma-cursor-toggle/lcncbmbpnkcbjmmofcjdiclcndndjlei |
Beschrijving | Toggle between touch and default cursor in any Figma prototype |
Bestandsgrootte | 11.23 KB |
Aantal Installaties | 168 |
Huidige Versie | 1.0 |
Laatst Bijgewerkt | 2023-04-21 |
Publicatiedatum | 2023-04-20 |
Ontwikkelaar | marvinkennis |
[email protected] | |
Betalingswijze | free |
Ondersteunde Talen | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Figma Cursor Toggle", "version": "1.0", "description": "Toggle between touch and default cursor in any Figma prototype", "manifest_version": 3, "permissions": [ "tabs", "activeTab" ], "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "content_scripts": [ { "matches": [ "*:\/\/*\/proto\/*" ], "js": [ "content.js" ], "run_at": "document_idle" } ] } |