One Figma Shortcut a Day

Learn a Figma shortcut everyday, and become a Figma Master.

ما هو One Figma Shortcut a Day؟

One Figma Shortcut a Day هو إضافة Chrome تم تطويرها بواسطة richardmguerre، والميزة الرئيسية لها هي "Learn a Figma shortcut everyday, and become a Figma Master.".

لقطات شاشة التمديد

screenshot
screenshot

تحميل ملف CRX للإضافة One Figma Shortcut a Day

قم بتنزيل ملفات الامتداد One Figma Shortcut a Day بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

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

                        Learn one Figma keyboard shortcut a day. A shortcut a day, keeps the PM away!

This extension will show a new notification everyday showing you the keyboard keys to use and what it does.

Repository: https://github.com/richardguerre/one-figma-shortcut-a-day

NOTE: Currently only has MacOS keyboard shortcuts                    

معلومات أساسية عن التمديد

الاسم One Figma Shortcut a Day One Figma Shortcut a Day
ID hceenlnhhmjijehhioipgnmgcmmniepb
عنوان URL الرسمي https://chromewebstore.google.com/detail/one-figma-shortcut-a-day/hceenlnhhmjijehhioipgnmgcmmniepb
الوصف Learn a Figma shortcut everyday, and become a Figma Master.
حجم الملف 57.02 KB
عدد التثبيتات 127
النسخة الحالية 0.2.0
آخر تحديث 2020-12-10
تاريخ النشر 2020-11-14
تقييم 4.33/5 مجموع تقييمات 3
المطور richardmguerre
البريد الإلكتروني [email protected]
نوع الدفع free
اللغات المدعومة en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "One Figma Shortcut a Day",
    "version": "0.2.0",
    "description": "Learn a Figma shortcut everyday, and become a Figma Master.",
    "homepage_url": "https:\/\/github.com\/richardguerre\/one-figma-shortcut-a-day",
    "icons": {
        "32": "icon32.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "author": "Richard Guerre",
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.figma.com\/*"
            ],
            "css": [
                "main.css"
            ],
            "js": [
                "runtime-main.js",
                "2.js",
                "main.js"
            ]
        }
    ]
}