One Figma Shortcut a Day
Learn a Figma shortcut everyday, and become a Figma Master.
Cos'è One Figma Shortcut a Day?
One Figma Shortcut a Day è un'estensione di Chrome sviluppata da richardmguerre, e la sua funzione principale è "Learn a Figma shortcut everyday, and become a Figma Master.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione One Figma Shortcut a Day
Scarica i file di estensione One Figma Shortcut a Day in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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 Informazioni di Base sull'Estensione
| Nome | |
| ID | hceenlnhhmjijehhioipgnmgcmmniepb |
| URL Ufficiale | https://chromewebstore.google.com/detail/one-figma-shortcut-a-day/hceenlnhhmjijehhioipgnmgcmmniepb |
| Descrizione | Learn a Figma shortcut everyday, and become a Figma Master. |
| Dimensione del File | 57.02 KB |
| Conteggio Installazioni | 127 |
| Versione Corrente | 0.2.0 |
| Ultimo Aggiornamento | 2020-12-10 |
| Data di Pubblicazione | 2020-11-14 |
| Valutazione | 4.33/5 Totale 3 Valutazioni |
| Sviluppatore | richardmguerre |
| [email protected] | |
| Tipo di Pagamento | free |
| Lingue Supportate | 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"
]
}
]
} | |