One Figma Shortcut a Day

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

Wat is One Figma Shortcut a Day?

One Figma Shortcut a Day is een Chrome-extensie ontwikkeld door richardmguerre, en de belangrijkste functie is "Learn a Figma shortcut everyday, and become a Figma Master.".

Extensie Screenshots

screenshot
screenshot

Download het CRX-bestand van de extensie One Figma Shortcut a Day

Download One Figma Shortcut a Day-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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                    

Basisinformatie over de Extensie

Naam One Figma Shortcut a Day One Figma Shortcut a Day
ID hceenlnhhmjijehhioipgnmgcmmniepb
Officiële URL https://chromewebstore.google.com/detail/one-figma-shortcut-a-day/hceenlnhhmjijehhioipgnmgcmmniepb
Beschrijving Learn a Figma shortcut everyday, and become a Figma Master.
Bestandsgrootte 57.02 KB
Aantal Installaties 127
Huidige Versie 0.2.0
Laatst Bijgewerkt 2020-12-10
Publicatiedatum 2020-11-14
Beoordeling 4.33/5 Totaal 3 Beoordelingen
Ontwikkelaar richardmguerre
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen 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"
            ]
        }
    ]
}