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 richardmguerre द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Learn a Figma shortcut everyday, and become a Figma Master."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में One Figma Shortcut a Day एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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"
            ]
        }
    ]
}