One Figma Shortcut a Day
Learn a Figma shortcut everyday, and become a Figma Master.
Что такое One Figma Shortcut a Day?
One Figma Shortcut a Day - это расширение Chrome, разработанное richardmguerre, и его основная функция - "Learn a Figma shortcut everyday, and become a Figma Master.".
Снимки экрана расширения
Скачать файл CRX расширения One Figma Shortcut a Day
Скачайте файлы расширений One Figma Shortcut a Day в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
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 Основная информация о расширении
| Название | |
| ID | hceenlnhhmjijehhioipgnmgcmmniepb |
| Официальный URL | https://chromewebstore.google.com/detail/one-figma-shortcut-a-day/hceenlnhhmjijehhioipgnmgcmmniepb |
| Описание | Learn a Figma shortcut everyday, and become a Figma Master. |
| Размер файла | 57.02 KB |
| Количество установок | 127 |
| Текущая Версия | 0.2.0 |
| Последнее Обновление | 2020-12-10 |
| Дата публикации | 2020-11-14 |
| Рейтинг | 4.33/5 Всего 3 оценок |
| Разработчик | richardmguerre |
| Электронная почта | [email protected] |
| Тип оплаты | free |
| Поддерживаемые языки | 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"
]
}
]
} | |