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是由richardmguerre開發的Chrome擴展程式,該擴展的主要功能是“Learn a Figma shortcut everyday, and become a Figma Master.”。
擴展截圖
下載One Figma Shortcut a Day擴展crx文件
下載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
擴展基本資訊
名稱 | One Figma Shortcut a Day |
ID | hceenlnhhmjijehhioipgnmgcmmniepb |
官方網址 | 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" ] } ] } |