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 مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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"
        }
    ]
}