Figma Cursor Toggle
Toggle between touch and default cursor in any Figma prototype
什麼是Figma Cursor Toggle?
Figma Cursor Toggle是由marvinkennis開發的Chrome擴展程式,該擴展的主要功能是“Toggle between touch and default cursor in any Figma prototype”。
擴展截圖
下載Figma Cursor Toggle擴展crx文件
下載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 |
官方網址 | 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" } ] } |