One Figma Shortcut a Day
Learn a Figma shortcut everyday, and become a Figma Master.
Hvad er One Figma Shortcut a Day?
One Figma Shortcut a Day er en Chrome-udvidelse udviklet af richardmguerre, og dens hovedfunktion er "Learn a Figma shortcut everyday, and become a Figma Master.".
Udvidelsesskærmbilleder
Download One Figma Shortcut a Day-udvidelses-CRX-fil
Download One Figma Shortcut a Day-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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 Grundlæggende oplysninger om udvidelsen
| Navn | |
| ID | hceenlnhhmjijehhioipgnmgcmmniepb |
| Officiel URL | https://chromewebstore.google.com/detail/one-figma-shortcut-a-day/hceenlnhhmjijehhioipgnmgcmmniepb |
| Beskrivelse | Learn a Figma shortcut everyday, and become a Figma Master. |
| Filstørrelse | 57.02 KB |
| Antal Installationer | 127 |
| Nuværende Version | 0.2.0 |
| Senest Opdateret | 2020-12-10 |
| Udgivelsesdato | 2020-11-14 |
| Bedømmelse | 4.33/5 Samlet 3 Bedømmelser |
| Udvikler | richardmguerre |
| [email protected] | |
| Betalingsmetode | free |
| Understøttede Sprog | 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"
]
}
]
} | |