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"

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ 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 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"
        }
    ]
}