Figma Cursor Toggle
Toggle between touch and default cursor in any Figma prototype
Qu'est-ce que Figma Cursor Toggle ?
Figma Cursor Toggle est une extension Chrome développée par marvinkennis, et sa fonction principale est "Toggle between touch and default cursor in any Figma prototype".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Figma Cursor Toggle
Téléchargez les fichiers d'extension Figma Cursor Toggle au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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!
Informations de Base sur l'Extension
Nom | Figma Cursor Toggle |
ID | lcncbmbpnkcbjmmofcjdiclcndndjlei |
URL Officiel | https://chromewebstore.google.com/detail/figma-cursor-toggle/lcncbmbpnkcbjmmofcjdiclcndndjlei |
Description | Toggle between touch and default cursor in any Figma prototype |
Taille du Fichier | 11.23 KB |
Nombre d'Installations | 168 |
Version Actuelle | 1.0 |
Dernière Mise à Jour | 2023-04-21 |
Date de Publication | 2023-04-20 |
Développeur | marvinkennis |
[email protected] | |
Type de Paiement | free |
Langues Prises en Charge | 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" } ] } |