One Figma Shortcut a Day

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

Qu'est-ce que One Figma Shortcut a Day ?

One Figma Shortcut a Day est une extension Chrome développée par richardmguerre, et sa fonction principale est "Learn a Figma shortcut everyday, and become a Figma Master.".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension One Figma Shortcut a Day

Téléchargez les fichiers d'extension One Figma Shortcut a Day au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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                    

Informations de Base sur l'Extension

Nom One Figma Shortcut a Day One Figma Shortcut a Day
ID hceenlnhhmjijehhioipgnmgcmmniepb
URL Officiel https://chromewebstore.google.com/detail/one-figma-shortcut-a-day/hceenlnhhmjijehhioipgnmgcmmniepb
Description Learn a Figma shortcut everyday, and become a Figma Master.
Taille du Fichier 57.02 KB
Nombre d'Installations 127
Version Actuelle 0.2.0
Dernière Mise à Jour 2020-12-10
Date de Publication 2020-11-14
Évaluation 4.33/5 Total 3 Évaluations
Développeur richardmguerre
Email [email protected]
Type de Paiement free
Langues Prises en Charge 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"
            ]
        }
    ]
}