Figma Cursor Toggle
Toggle between touch and default cursor in any Figma prototype
Τι είναι το Figma Cursor Toggle;
Το Figma Cursor Toggle είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον marvinkennis, και η κύρια λειτουργία του είναι "Toggle between touch and default cursor in any Figma prototype".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης Figma Cursor Toggle
Λήψη αρχείων επέκτασης Figma Cursor Toggle σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
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!
Βασικές Πληροφορίες Επέκτασης
Όνομα | Figma Cursor Toggle |
ID | lcncbmbpnkcbjmmofcjdiclcndndjlei |
Επίσημο URL | https://chromewebstore.google.com/detail/figma-cursor-toggle/lcncbmbpnkcbjmmofcjdiclcndndjlei |
Περιγραφή | Toggle between touch and default cursor in any Figma prototype |
Μέγεθος Αρχείου | 11.23 KB |
Αριθμός Εγκαταστάσεων | 168 |
Τρέχουσα Έκδοση | 1.0 |
Τελευταία Ενημέρωση | 2023-04-21 |
Ημερομηνία Δημοσίευσης | 2023-04-20 |
Προγραμματιστής | marvinkennis |
Ηλεκτρονικό ταχυδρομείο | [email protected] |
Τύπος Πληρωμής | free |
Υποστηριζόμενες Γλώσσες | 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" } ] } |