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