One Figma Shortcut a Day

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

What is One Figma Shortcut a Day?

One Figma Shortcut a Day is a Chrome extension developed by richardmguerre, and its main feature is "Learn a Figma shortcut everyday, and become a Figma Master.".

Extension Screenshots

screenshot
screenshot

Download One Figma Shortcut a Day Extension CRX File

Download One Figma Shortcut a Day extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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                    

Extension Basic Information

Name One Figma Shortcut a Day One Figma Shortcut a Day
ID hceenlnhhmjijehhioipgnmgcmmniepb
Official URL https://chromewebstore.google.com/detail/one-figma-shortcut-a-day/hceenlnhhmjijehhioipgnmgcmmniepb
Description Learn a Figma shortcut everyday, and become a Figma Master.
File Size 57.02 KB
Installation Count 127
Current Version 0.2.0
Last Updated 2020-12-10
Publish Date 2020-11-14
Rating 4.33/5 Total 3 Ratings
Developer richardmguerre
Email [email protected]
Payment Type free
Supported Languages 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"
            ]
        }
    ]
}