One Figma Shortcut a Day
Learn a Figma shortcut everyday, and become a Figma Master.
Co to jest One Figma Shortcut a Day?
One Figma Shortcut a Day to rozszerzenie Chrome opracowane przez richardmguerre, a jego główną funkcją jest „Learn a Figma shortcut everyday, and become a Figma Master.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia One Figma Shortcut a Day
Pobierz pliki rozszerzeń One Figma Shortcut a Day w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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
Podstawowe informacje o rozszerzeniu
Nazwa | One Figma Shortcut a Day |
ID | hceenlnhhmjijehhioipgnmgcmmniepb |
Oficjalny URL | https://chromewebstore.google.com/detail/one-figma-shortcut-a-day/hceenlnhhmjijehhioipgnmgcmmniepb |
Opis | Learn a Figma shortcut everyday, and become a Figma Master. |
Rozmiar pliku | 57.02 KB |
Liczba instalacji | 127 |
Aktualna Wersja | 0.2.0 |
Ostatnia Aktualizacja | 2020-12-10 |
Data Publikacji | 2020-11-14 |
Ocena | 4.33/5 Łącznie 3 Oceny |
Deweloper | richardmguerre |
[email protected] | |
Typ Płatności | free |
Obsługiwane Języki | 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" ] } ] } |