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"
]
}
]
} | |